AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaLive::ChannelPlacementGroup

CfnChannelPlacementGroup

Definition of AWS::MediaLive::ChannelPlacementGroup Resource Type.

Import

import { CfnChannelPlacementGroup } from 'aws-cdk-lib/aws-medialive';

Or use the module namespace:

import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnChannelPlacementGroup

Properties

Configuration passed to the constructor as CfnChannelPlacementGroupProps.

clusterIdOptional
string

The ID of the cluster the node is on.

nameOptional
string

The name of the channel placement group.

nodesOptional
string[]

List of nodes added to the channel placement group.

tagsOptional
CfnTag[]

A collection of key-value pairs.

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