This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::EVS::Environment ConnectivityInfo
Note
Amazon EVS is in public preview release and is subject to change.
The connectivity configuration for the environment. Amazon EVS requires that you specify two route server peer IDs. During environment creation, the route server endpoints peer with the NSX uplink VLAN for connectivity to the NSX overlay network.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "PrivateRouteServerPeerings" :
[ String, ... ]
}
YAML
PrivateRouteServerPeerings:
- String
Properties
PrivateRouteServerPeerings
-
The unique IDs for private route server peers.
Required: Yes
Type: Array of String
Minimum:
2
Maximum:
2
Update requires: Updates are not supported.