| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ImageBuilder.Types.S3Logs
Description
Documentation
Amazon S3 logging configuration.
See: newS3Logs smart constructor.
Constructors
| S3Logs' | |
Fields
| |
Instances
| FromJSON S3Logs Source # | |
| ToJSON S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs | |
| Generic S3Logs Source # | |
| Read S3Logs Source # | |
| Show S3Logs Source # | |
| NFData S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs | |
| Eq S3Logs Source # | |
| Hashable S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs | |
| type Rep S3Logs Source # | |
Defined in Amazonka.ImageBuilder.Types.S3Logs type Rep S3Logs = D1 ('MetaData "S3Logs" "Amazonka.ImageBuilder.Types.S3Logs" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "S3Logs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3KeyPrefix") '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:s3BucketName:S3Logs', s3Logs_s3BucketName - The S3 bucket in which to store the logs.
$sel:s3KeyPrefix:S3Logs', s3Logs_s3KeyPrefix - The Amazon S3 path to the bucket where the logs are stored.