AWS::CloudTrail::Channel Destination - 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).

AWS::CloudTrail::Channel Destination

Contains information about the destination receiving events.

Syntax

To declare this entity in your Amazon 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 Amazon 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