ClassificationExportConfigurationS3Destination

data class ClassificationExportConfigurationS3Destination(val bucketName: String, val keyPrefix: String? = null, val kmsKeyArn: String)

Constructors

constructor(bucketName: String, keyPrefix: String? = null, kmsKeyArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 bucket name in which Amazon Macie exports the data classification results.

Link copied to clipboard
val keyPrefix: String? = null

The object key for the bucket in which Amazon Macie exports the data classification results.

Link copied to clipboard

Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data. Additional information can be found in the Storing and retaining sensitive data discovery results with Amazon Macie for AWS Macie documentation.