class Aws::GuardDuty::Types::DestinationProperties

Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.

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

data as a hash:

    {
      destination_arn: "String",
      kms_key_arn: "String",
    }

@!attribute [rw] destination_arn

The ARN of the resource to publish to.
@return [String]

@!attribute [rw] kms_key_arn

The ARN of the KMS key to use for encryption.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DestinationProperties AWS API Documentation

Constants

SENSITIVE