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
Documentation
data S3Destination Source #
Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
See: newS3Destination
smart constructor.
S3Destination' | |
|
Instances
Create a value of S3Destination
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:keyPrefix:S3Destination'
, s3Destination_keyPrefix
- The path prefix to use in the path to the location in the bucket. This
prefix specifies where to store classification results in the bucket.
$sel:bucketName:S3Destination'
, s3Destination_bucketName
- The name of the bucket.
$sel:kmsKeyArn:S3Destination'
, s3Destination_kmsKeyArn
- The Amazon Resource Name (ARN) of the KMS key to use for encryption of
the results. This must be the ARN of an existing, symmetric, customer
managed KMS key that's in the same Amazon Web Services Region as the
bucket.
s3Destination_keyPrefix :: Lens' S3Destination (Maybe Text) Source #
The path prefix to use in the path to the location in the bucket. This prefix specifies where to store classification results in the bucket.
s3Destination_bucketName :: Lens' S3Destination Text Source #
The name of the bucket.
s3Destination_kmsKeyArn :: Lens' S3Destination Text Source #
The Amazon Resource Name (ARN) of the KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric, customer managed KMS key that's in the same Amazon Web Services Region as the bucket.