AWS::CloudTrail::ChannelA channel receives events from a specific source (such as an on-premises storage solution or application, or a partner event data source), and delivers the events to one or more event data stores. You use channels to ingest events into CloudTrail from sources outside AWS.
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Destinations | Array<Destination> | |
Name | string | |
Source | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ChannelArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudTrail::Channel
Resources:
MyResource:
Type: AWS::CloudTrail::Channel
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
CloudTrail:CreateChannelCloudTrail:AddTagsCloudTrail:GetChannelCloudTrail:ListChannelsCloudTrail:ListTagsCloudTrail:UpdateChannelCloudTrail:GetChannelCloudTrail:AddTagsCloudTrail:RemoveTagsCloudTrail:DeleteChannelCloudTrail:ListChannelsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterChannelArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Source