class Aws::Macie2::Types::S3Destination

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

@note When making an API call, you may pass S3Destination

data as a hash:

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

@!attribute [rw] bucket_name

@return [String]

@!attribute [rw] key_prefix

@return [String]

@!attribute [rw] kms_key_arn

@return [String]

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

Constants

SENSITIVE