ClassificationExportConfigurationS3DestinationArgs

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

Constructors

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

Functions

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

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.