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 |
Synopsis
- data AwsS3BucketLoggingConfiguration = AwsS3BucketLoggingConfiguration' {}
- newAwsS3BucketLoggingConfiguration :: AwsS3BucketLoggingConfiguration
- awsS3BucketLoggingConfiguration_logFilePrefix :: Lens' AwsS3BucketLoggingConfiguration (Maybe Text)
- awsS3BucketLoggingConfiguration_destinationBucketName :: Lens' AwsS3BucketLoggingConfiguration (Maybe Text)
Documentation
data AwsS3BucketLoggingConfiguration Source #
Information about logging for the S3 bucket
See: newAwsS3BucketLoggingConfiguration
smart constructor.
AwsS3BucketLoggingConfiguration' | |
|
Instances
newAwsS3BucketLoggingConfiguration :: AwsS3BucketLoggingConfiguration Source #
Create a value of AwsS3BucketLoggingConfiguration
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:logFilePrefix:AwsS3BucketLoggingConfiguration'
, awsS3BucketLoggingConfiguration_logFilePrefix
- The prefix added to log files for the S3 bucket.
$sel:destinationBucketName:AwsS3BucketLoggingConfiguration'
, awsS3BucketLoggingConfiguration_destinationBucketName
- The name of the S3 bucket where log files for the S3 bucket are stored.
awsS3BucketLoggingConfiguration_logFilePrefix :: Lens' AwsS3BucketLoggingConfiguration (Maybe Text) Source #
The prefix added to log files for the S3 bucket.
awsS3BucketLoggingConfiguration_destinationBucketName :: Lens' AwsS3BucketLoggingConfiguration (Maybe Text) Source #
The name of the S3 bucket where log files for the S3 bucket are stored.