Classification Export Configuration S3Destination Args
data class ClassificationExportConfigurationS3DestinationArgs(val bucketName: Output<String>, val keyPrefix: Output<String>? = null, val kmsKeyArn: Output<String>) : ConvertibleToJava<ClassificationExportConfigurationS3DestinationArgs>
Properties
Link copied to clipboard
The Amazon S3 bucket name 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.