AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaPackageV2::ChannelGroup

CfnChannelGroup

Specifies the configuration for a MediaPackage V2 channel group.

Import

import { CfnChannelGroup } from 'aws-cdk-lib/aws-mediapackagev2';

Or use the module namespace:

import * as mediapackagev2 from 'aws-cdk-lib/aws-mediapackagev2';
// mediapackagev2.CfnChannelGroup

Properties

Configuration passed to the constructor as CfnChannelGroupProps.

channelGroupNameRequired
string

The name of the channel group.

descriptionOptional
string

The configuration for a MediaPackage V2 channel group.

tagsOptional
CfnTag[]

The tags associated with the channel group.

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-mediapackagev2
CFN TypeAWS::MediaPackageV2::ChannelGroup
Properties3

External Links