AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CloudTrail::Channel

CfnChannel

Contains information about a returned CloudTrail channel.

Import

import { CfnChannel } from 'aws-cdk-lib/aws-cloudtrail';

Or use the module namespace:

import * as cloudtrail from 'aws-cdk-lib/aws-cloudtrail';
// cloudtrail.CfnChannel

Properties

Configuration passed to the constructor as CfnChannelProps.

destinationsOptional
IResolvable | IResolvable | DestinationProperty[]

One or more event data stores to which events arriving through a channel will be logged.

nameOptional
string

The name of the channel.

sourceOptional
string

The 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.

tagsOptional
CfnTag[]

A list of tags.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-cloudtrail
CFN TypeAWS::CloudTrail::Channel
Properties4

External Links