AWS::CloudTrail::Channel Destination - AWS CloudFormation

AWS::CloudTrail::Channel Destination

Contains information about the destination receiving events.

Syntax

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