---
type: resource-type
title: MediaLiveNode
description: aws resource type AWS::MediaLive::Node
name: MediaLiveNode
lexicon: aws
resource_type: AWS::MediaLive::Node
---
`AWS::MediaLive::Node`, a resource type of the aws lexicon.

## Properties

- `ClusterId` (`string`, required): The ID of the Cluster that the Node belongs to.
- `Arn` (`string`, optional): The ARN of the Node. It is automatically assigned when the Node is created.
- `ChannelPlacementGroups` (`string[]`, optional): An array of IDs. Each ID is one ChannelPlacementGroup that is associated with this Node.
- `ConnectionState` (`MediaLiveNode_NodeConnectionState`, optional)
- `Id` (`string`, optional): The unique ID of the Node. Unique in the Cluster. The ID is the resource-id portion of the ARN.
- `InstanceArn` (`string`, optional): The ARN of the EC2 instance hosting the Node.
- `Name` (`string`, optional): The user-specified name of the Node.
- `NodeInterfaceMappings` (`MediaLiveNode_NodeInterfaceMapping[]`, optional): An array of interface mappings for the Node.
- `Role` (`MediaLiveNode_NodeRole`, optional)
- `SdiSourceMappings` (`MediaLiveNode_SdiSourceMapping[]`, optional): An array of SDI source mappings.
- `State` (`MediaLiveNode_NodeState`, optional)
- `Tags` (`MediaLiveNode_Tag[]`, optional): A collection of key-value pairs.

## Attributes

- `Arn`
- `ChannelPlacementGroups`
- `ConnectionState`
- `Id`
- `InstanceArn`
- `State`
