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:
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
Minimum:
3
Maximum:
1024
Pattern:
^[a-zA-Z0-9._/\-:]+$
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
EventDataStore
. For service-linked channels, the value isAWS_SERVICE
.Required: Yes
Type: String
Allowed values:
AWS_SERVICE | EVENT_DATA_STORE
Update requires: No interruption