This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaLive::Cluster InterfaceMapping
Network mappings for the cluster.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "LogicalInterfaceName" :String, "NetworkId" :String}
YAML
LogicalInterfaceName:StringNetworkId:String
Properties
LogicalInterfaceName-
The logical interface name, unique in the list.
Required: No
Type: String
Update requires: No interruption
NetworkId-
The network ID to be associated with the logical interface name.
Required: No
Type: String
Update requires: No interruption