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 RistRouterInputConfiguration
The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Port" :Integer, "RecoveryLatencyMilliseconds" :Integer}
YAML
Port:IntegerRecoveryLatencyMilliseconds:Integer
Properties
Port-
The port number used for the RIST protocol in the router input configuration.
Required: Yes
Type: Integer
Minimum:
3000Maximum:
30000Update requires: No interruption
RecoveryLatencyMilliseconds-
The recovery latency in milliseconds for the RIST protocol in the router input configuration.
Required: Yes
Type: Integer
Minimum:
10Maximum:
10000Update requires: No interruption