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 |
Synopsis
- data VerifiedAccessLogS3DestinationOptions = VerifiedAccessLogS3DestinationOptions' {}
- newVerifiedAccessLogS3DestinationOptions :: Bool -> VerifiedAccessLogS3DestinationOptions
- verifiedAccessLogS3DestinationOptions_bucketName :: Lens' VerifiedAccessLogS3DestinationOptions (Maybe Text)
- verifiedAccessLogS3DestinationOptions_bucketOwner :: Lens' VerifiedAccessLogS3DestinationOptions (Maybe Text)
- verifiedAccessLogS3DestinationOptions_prefix :: Lens' VerifiedAccessLogS3DestinationOptions (Maybe Text)
- verifiedAccessLogS3DestinationOptions_enabled :: Lens' VerifiedAccessLogS3DestinationOptions Bool
Documentation
data VerifiedAccessLogS3DestinationOptions Source #
Options for Amazon S3 as a logging destination.
See: newVerifiedAccessLogS3DestinationOptions
smart constructor.
Instances
newVerifiedAccessLogS3DestinationOptions Source #
Create a value of VerifiedAccessLogS3DestinationOptions
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:bucketName:VerifiedAccessLogS3DestinationOptions'
, verifiedAccessLogS3DestinationOptions_bucketName
- The bucket name.
$sel:bucketOwner:VerifiedAccessLogS3DestinationOptions'
, verifiedAccessLogS3DestinationOptions_bucketOwner
- The ID of the Amazon Web Services account that owns the Amazon S3
bucket.
$sel:prefix:VerifiedAccessLogS3DestinationOptions'
, verifiedAccessLogS3DestinationOptions_prefix
- The bucket prefix.
$sel:enabled:VerifiedAccessLogS3DestinationOptions'
, verifiedAccessLogS3DestinationOptions_enabled
- Indicates whether logging is enabled.
verifiedAccessLogS3DestinationOptions_bucketName :: Lens' VerifiedAccessLogS3DestinationOptions (Maybe Text) Source #
The bucket name.
verifiedAccessLogS3DestinationOptions_bucketOwner :: Lens' VerifiedAccessLogS3DestinationOptions (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
verifiedAccessLogS3DestinationOptions_prefix :: Lens' VerifiedAccessLogS3DestinationOptions (Maybe Text) Source #
The bucket prefix.
verifiedAccessLogS3DestinationOptions_enabled :: Lens' VerifiedAccessLogS3DestinationOptions Bool Source #
Indicates whether logging is enabled.