AWS::GuardDuty::PublishingDestination CFNDestinationProperties - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::GuardDuty::PublishingDestination CFNDestinationProperties

Contains the Amazon Resource Name (ARN) of the resource that receives the published findings, such as an S3 bucket, and the ARN of the KMS key that is used to encrypt these published findings.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DestinationArn" : String, "KmsKeyArn" : String }

YAML

DestinationArn: String KmsKeyArn: String

Properties

DestinationArn

The ARN of the resource where the findings are published.

Required: No

Type: String

Update requires: No interruption

KmsKeyArn

The ARN of the KMS key to use for encryption.

Required: No

Type: String

Update requires: No interruption