AWS::CloudTrail::Channel Destination - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::CloudTrail::Channel Destination

Contains information about the destination receiving events.

Syntax

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

JSON

{ "Location" : String, "Type" : String }

YAML

Location: String Type: String

Properties

Location

For channels used for a CloudTrail Lake integration, the location is the ARN of an event data store that receives events from a channel. For service-linked channels, the location is the name of the AWS service.

Required: Yes

Type: String

Pattern: (^[a-zA-Z0-9._/\-:]+$)

Minimum: 3

Maximum: 1024

Update requires: No interruption

Type

The type of destination for events arriving from a channel. For channels used for a CloudTrail Lake integration, the value is EVENT_DATA_STORE. For service-linked channels, the value is AWS_SERVICE.

Required: Yes

Type: String

Allowed values: EVENT_DATA_STORE

Update requires: No interruption