class Aws::Inspector2::Types::Destination

Contains details of the Amazon S3 bucket and KMS key used to export findings.

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

data as a hash:

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

@!attribute [rw] bucket_name

The name of the Amazon S3 bucket to export findings to.
@return [String]

@!attribute [rw] key_prefix

The prefix of the KMS key used to export findings.
@return [String]

@!attribute [rw] kms_key_arn

The ARN of the KMS key used to encrypt data when exporting findings.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/Destination AWS API Documentation

Constants

SENSITIVE