| 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.EC2.Types.VerifiedAccessLogS3Destination
Description
Synopsis
- data VerifiedAccessLogS3Destination = VerifiedAccessLogS3Destination' {}
- newVerifiedAccessLogS3Destination :: VerifiedAccessLogS3Destination
- verifiedAccessLogS3Destination_bucketName :: Lens' VerifiedAccessLogS3Destination (Maybe Text)
- verifiedAccessLogS3Destination_bucketOwner :: Lens' VerifiedAccessLogS3Destination (Maybe Text)
- verifiedAccessLogS3Destination_deliveryStatus :: Lens' VerifiedAccessLogS3Destination (Maybe VerifiedAccessLogDeliveryStatus)
- verifiedAccessLogS3Destination_enabled :: Lens' VerifiedAccessLogS3Destination (Maybe Bool)
- verifiedAccessLogS3Destination_prefix :: Lens' VerifiedAccessLogS3Destination (Maybe Text)
Documentation
data VerifiedAccessLogS3Destination Source #
Options for Amazon S3 as a logging destination.
See: newVerifiedAccessLogS3Destination smart constructor.
Constructors
| VerifiedAccessLogS3Destination' | |
Fields
| |
Instances
newVerifiedAccessLogS3Destination :: VerifiedAccessLogS3Destination Source #
Create a value of VerifiedAccessLogS3Destination 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:VerifiedAccessLogS3Destination', verifiedAccessLogS3Destination_bucketName - The bucket name.
$sel:bucketOwner:VerifiedAccessLogS3Destination', verifiedAccessLogS3Destination_bucketOwner - The Amazon Web Services account number that owns the bucket.
$sel:deliveryStatus:VerifiedAccessLogS3Destination', verifiedAccessLogS3Destination_deliveryStatus - The delivery status.
$sel:enabled:VerifiedAccessLogS3Destination', verifiedAccessLogS3Destination_enabled - Indicates whether logging is enabled.
$sel:prefix:VerifiedAccessLogS3Destination', verifiedAccessLogS3Destination_prefix - The bucket prefix.
verifiedAccessLogS3Destination_bucketName :: Lens' VerifiedAccessLogS3Destination (Maybe Text) Source #
The bucket name.
verifiedAccessLogS3Destination_bucketOwner :: Lens' VerifiedAccessLogS3Destination (Maybe Text) Source #
The Amazon Web Services account number that owns the bucket.
verifiedAccessLogS3Destination_deliveryStatus :: Lens' VerifiedAccessLogS3Destination (Maybe VerifiedAccessLogDeliveryStatus) Source #
The delivery status.
verifiedAccessLogS3Destination_enabled :: Lens' VerifiedAccessLogS3Destination (Maybe Bool) Source #
Indicates whether logging is enabled.
verifiedAccessLogS3Destination_prefix :: Lens' VerifiedAccessLogS3Destination (Maybe Text) Source #
The bucket prefix.