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

Class: Aws::GuardDuty::Types::DestinationProperties

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

Overview

Note:

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

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_arnString

The ARN of the resource to publish to.

Returns:

  • (String)

    The ARN of the resource to publish to.

#kms_key_arnString

The ARN of the KMS key to use for encryption.

Returns:

  • (String)

    The ARN of the KMS key to use for encryption.