AWS::MediaConnect::RouterInput RistRouterInputConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: Integer RecoveryLatencyMilliseconds: Integer

Properties

Port

The port number used for the RIST protocol in the router input configuration.

Required: Yes

Type: Integer

Minimum: 3000

Maximum: 30000

Update requires: No interruption

RecoveryLatencyMilliseconds

The recovery latency in milliseconds for the RIST protocol in the router input configuration.

Required: Yes

Type: Integer

Minimum: 10

Maximum: 10000

Update requires: No interruption