AWS::MediaLive::ChannelPlacementGroupDefinition of AWS::MediaLive::ChannelPlacementGroup Resource Type
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ClusterId | string | Create-only |
Name | string | |
Nodes | Array<string> | |
Tags | Array<Tags> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the channel placement group. |
Channels | Array<string> | List of channel IDs added to the channel placement group. |
Id | string | Unique internal identifier. |
State | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
medialive:CreateChannelPlacementGroupmedialive:DescribeChannelPlacementGroupmedialive:CreateTagsmedialive:ListTagsForResourcemedialive:DescribeChannelPlacementGroupmedialive:ListTagsForResourcemedialive:UpdateChannelPlacementGroupmedialive:DescribeChannelPlacementGroupmedialive:CreateTagsmedialive:DeleteTagsmedialive:ListTagsForResourcemedialive:DeleteChannelPlacementGroupmedialive:DescribeChannelPlacementGroupmedialive:ListChannelPlacementGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ClusterId