AWS::MediaLive::NodeDefinition of AWS::MediaLive::Node Resource Type
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ClusterId | string | RequiredCreate-only |
Name | string | |
NodeInterfaceMappings | Array<NodeInterfaceMapping> | Create-only |
Role | string | |
SdiSourceMappings | Array<SdiSourceMapping> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the Node. It is automatically assigned when the Node is created. |
ChannelPlacementGroups | Array<string> | An array of IDs. Each ID is one ChannelPlacementGroup that is associated with this Node. |
ConnectionState | string | - |
Id | string | The unique ID of the Node. Unique in the Cluster. The ID is the resource-id portion of the ARN. |
InstanceArn | string | The ARN of the EC2 instance hosting the Node. |
State | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaLive::Node
Resources:
MyResource:
Type: AWS::MediaLive::Node
Properties:
ClusterId: "my-clusterid"
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
medialive:CreateNodemedialive:UpdateNodemedialive:DescribeNodemedialive:CreateTagsmedialive:DescribeNodemedialive:ListTagsForResourcemedialive:UpdateNodemedialive:DescribeNodemedialive:CreateTagsmedialive:DeleteTagsmedialive:ListTagsForResourcemedialive:DeleteNodemedialive:DescribeNodemedialive:ListNodesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ClusterIdNodeInterfaceMappings