class Aws::Macie2::Types::ClassificationExportConfiguration
Specifies where to store data classification results, and the encryption settings to use when storing results in that location. Currently, you can store classification results only in an S3 bucket.
@note When making an API call, you may pass ClassificationExportConfiguration
data as a hash: { s3_destination: { bucket_name: "__string", # required key_prefix: "__string", kms_key_arn: "__string", # required }, }
@!attribute [rw] s3_destination
Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket. @return [Types::S3Destination]
@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ClassificationExportConfiguration AWS API Documentation
Constants
- SENSITIVE