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::MediaConnect::RouterInput StandardRouterInputConfiguration
The configuration settings for a standard router input, including the protocol, protocol-specific configuration, network interface, and availability zone.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "NetworkInterfaceArn" :String, "Protocol" :String, "ProtocolConfiguration" :RouterInputProtocolConfiguration}
YAML
NetworkInterfaceArn:StringProtocol:StringProtocolConfiguration:RouterInputProtocolConfiguration
Properties
NetworkInterfaceArn-
The Amazon Resource Name (ARN) of the network interface associated with the standard router input.
Required: Yes
Type: String
Pattern:
^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}$Update requires: No interruption
Protocol-
The protocol used by the standard router input.
Required: No
Type: String
Allowed values:
RTP | RIST | SRT_CALLER | SRT_LISTENERUpdate requires: No interruption
ProtocolConfiguration-
The configuration settings for the protocol used by the standard router input.
Required: Yes
Type: RouterInputProtocolConfiguration
Update requires: No interruption