

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::CloudTrail::Channel Destination
<a name="aws-properties-cloudtrail-channel-destination"></a>

Contains information about the destination receiving events.

## Syntax
<a name="aws-properties-cloudtrail-channel-destination-syntax"></a>

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

### JSON
<a name="aws-properties-cloudtrail-channel-destination-syntax.json"></a>

```
{
  "[Location](#cfn-cloudtrail-channel-destination-location)" : String,
  "[Type](#cfn-cloudtrail-channel-destination-type)" : String
}
```

### YAML
<a name="aws-properties-cloudtrail-channel-destination-syntax.yaml"></a>

```
  [Location](#cfn-cloudtrail-channel-destination-location): String
  [Type](#cfn-cloudtrail-channel-destination-type): String
```

## Properties
<a name="aws-properties-cloudtrail-channel-destination-properties"></a>

`Location`  <a name="cfn-cloudtrail-channel-destination-location"></a>
 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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-cloudtrail-channel-destination-type"></a>
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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)