You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::ClassificationExportConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ClassificationExportConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_destinationTypes::S3Destination

Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.

Returns:

  • (Types::S3Destination)

    Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.

    .