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::Network
Creates a network. A network is used to connect MediaLive clusters to your on-premises equipment.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MediaLive::Network", "Properties" : { "IpPools" :[ IpPool, ... ], "Name" :String, "Routes" :[ Route, ... ], "Tags" :[ Tags, ... ]} }
YAML
Type: AWS::MediaLive::Network Properties: IpPools:- IpPoolName:StringRoutes:- RouteTags:- Tags
Properties
IpPools-
The list of IP address CIDR pools for the network.
Required: Yes
Type: Array of IpPool
Update requires: No interruption
Name-
The user-specified name of the network.
Required: Yes
Type: String
Update requires: No interruption
Routes-
The routes for the network.
Required: No
Type: Array of Route
Update requires: No interruption
Property description not available.
Required: No
Update requires: No interruption
Return values
Ref
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
Arn-
The ARN of the network.
AssociatedClusterIds-
The IDs of the clusters associated with this network.
Id-
The unique ID of the network.
State-
The current state of the network.