| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.ImageBuilder.Types.S3Logs
Description
Documentation
Amazon S3 logging configuration.
See: newS3Logs smart constructor.
Constructors
| S3Logs' | |
Fields
| |
Instances
| Eq S3Logs Source # | |
| Read S3Logs Source # | |
| Show S3Logs Source # | |
| Generic S3Logs Source # | |
| NFData S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs | |
| Hashable S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs | |
| ToJSON S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs | |
| FromJSON S3Logs Source # | |
| type Rep S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs type Rep S3Logs = D1 ('MetaData "S3Logs" "Amazonka.ImageBuilder.Types.S3Logs" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "S3Logs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of S3Logs with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3KeyPrefix:S3Logs', s3Logs_s3KeyPrefix - The Amazon S3 path in which to store the logs.
$sel:s3BucketName:S3Logs', s3Logs_s3BucketName - The Amazon S3 bucket in which to store the logs.