AWS::MediaConnect::RouterInput RistRouterInputConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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