class Aws::Macie2::Types::PutClassificationExportConfigurationRequest

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 PutClassificationExportConfigurationRequest

data as a hash:

    {
      configuration: { # required
        s3_destination: {
          bucket_name: "__string", # required
          key_prefix: "__string",
          kms_key_arn: "__string", # required
        },
      },
    }

@!attribute [rw] configuration

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.
@return [Types::ClassificationExportConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/PutClassificationExportConfigurationRequest AWS API Documentation

Constants

SENSITIVE