ClassificationExportConfigurationS3DestinationArgs

data class ClassificationExportConfigurationS3DestinationArgs(val bucketName: Output<String>, val keyPrefix: Output<String>? = null, val kmsKeyArn: Output<String>) : ConvertibleToJava<ClassificationExportConfigurationS3DestinationArgs>

Constructors

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

Properties

Link copied to clipboard
val bucketName: Output<String>

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

Link copied to clipboard
val keyPrefix: Output<String>? = null

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

Link copied to clipboard
val kmsKeyArn: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): ClassificationExportConfigurationS3DestinationArgs