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::MediaConnect::RouterNetworkInterface RouterNetworkInterfaceConfiguration
The configuration settings for a router network interface.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Public" :PublicRouterNetworkInterfaceConfiguration, "Vpc" :VpcRouterNetworkInterfaceConfiguration}
Properties
Public-
The configuration settings for a public router network interface, including the list of allowed CIDR blocks.
Required: No
Type: PublicRouterNetworkInterfaceConfiguration
Update requires: No interruption
Vpc-
The configuration settings for a router network interface within a VPC, including the security group IDs and subnet ID.
Required: No
Type: VpcRouterNetworkInterfaceConfiguration
Update requires: No interruption