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
- Struct
- Aws::GuardDuty::Types::DestinationProperties
- 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
-
#destination_arn ⇒ String
The ARN of the resource to publish to.
-
#kms_key_arn ⇒ String
The ARN of the KMS key to use for encryption.
Instance Attribute Details
#destination_arn ⇒ String
The ARN of the resource to publish to.
#kms_key_arn ⇒ String
The ARN of the KMS key to use for encryption.