AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaLive::ChannelPlacementGroup

MediaLive ChannelPlacementGroup

Definition of AWS::MediaLive::ChannelPlacementGroup Resource Type

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ClusterId
string
Create-only
Name
string
Nodes
Array<string>
Tags
Array<Tags>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of the channel placement group.
ChannelsArray<string>List of channel IDs added to the channel placement group.
IdstringUnique internal identifier.
Statestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaLive::ChannelPlacementGroup

Resources:
  MyResource:
    Type: AWS::MediaLive::ChannelPlacementGroup
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

medialive:CreateChannelPlacementGroupmedialive:DescribeChannelPlacementGroupmedialive:CreateTagsmedialive:ListTagsForResource

read

medialive:DescribeChannelPlacementGroupmedialive:ListTagsForResource

update

medialive:UpdateChannelPlacementGroupmedialive:DescribeChannelPlacementGroupmedialive:CreateTagsmedialive:DeleteTagsmedialive:ListTagsForResource

delete

medialive:DeleteChannelPlacementGroupmedialive:DescribeChannelPlacementGroup

list

medialive:ListChannelPlacementGroups

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

ServiceMediaLive
Properties8
Required0
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ClusterId

External Links