AWS::MediaPackageV2::ChannelGroupSpecifies the configuration for a MediaPackage V2 channel group.
import { CfnChannelGroup } from 'aws-cdk-lib/aws-mediapackagev2';Or use the module namespace:
import * as mediapackagev2 from 'aws-cdk-lib/aws-mediapackagev2';
// mediapackagev2.CfnChannelGroupConfiguration passed to the constructor as CfnChannelGroupProps.
channelGroupNameRequiredstringThe name of the channel group.
descriptionOptionalstringThe configuration for a MediaPackage V2 channel group.
tagsOptionalCfnTag[]The tags associated with the channel group.
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-mediapackagev2AWS::MediaPackageV2::ChannelGroup