AWS::CloudTrail::ChannelContains information about a returned CloudTrail channel.
import { CfnChannel } from 'aws-cdk-lib/aws-cloudtrail';Or use the module namespace:
import * as cloudtrail from 'aws-cdk-lib/aws-cloudtrail';
// cloudtrail.CfnChannelConfiguration passed to the constructor as CfnChannelProps.
destinationsOptionalIResolvable | IResolvable | DestinationProperty[]One or more event data stores to which events arriving through a channel will be logged.
nameOptionalstringThe name of the channel.
sourceOptionalstringThe name of the partner or external event source. You cannot change this name after you create the channel. A maximum of one channel is allowed per source. A source can be either `Custom` for all valid non- AWS events, or the name of a partner event source. For information about the source names for available partners, see [Additional information about integration partners](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store-integration.html#cloudtrail-lake-partner-information) in the CloudTrail User Guide.
tagsOptionalCfnTag[]A list of tags.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-cloudtrailAWS::CloudTrail::Channel