AWS::MediaLive::ClusterDefinition of AWS::MediaLive::Cluster Resource Type
5 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ClusterType | string | Create-only |
InstanceRoleArn | string | Create-only |
Name | string | |
NetworkSettings | ClusterNetworkSettings | |
Tags | Array<Tags> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the Cluster. |
ChannelIds | Array<string> | The MediaLive Channels that are currently running on Nodes in this Cluster. |
Id | string | The unique ID of the Cluster. |
State | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaLive::Cluster
Resources:
MyResource:
Type: AWS::MediaLive::Cluster
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
medialive:CreateClustermedialive:DescribeClustermedialive:CreateTagsecs:CreateClusterecs:RegisterTaskDefinitionecs:TagResourceecs:CreateServiceiam:CreateServiceLinkedRolemedialive:DescribeClustermedialive:ListTagsForResourcemedialive:UpdateClustermedialive:DescribeClustermedialive:CreateTagsmedialive:DeleteTagsmedialive:ListTagsForResourcemedialive:DeleteClustermedialive:DescribeClusterecs:DeleteServicemedialive:ListClustersOur 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.
ClusterTypeInstanceRoleArn