AWS::MediaConnect::RouterInput SrtListenerRouterInputConfiguration - AWS CloudFormation

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 SrtListenerRouterInputConfiguration

The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

DecryptionConfiguration

Specifies the decryption settings for an SRT listener input, including the encryption key configuration and associated parameters.

Required: No

Type: SrtDecryptionConfiguration

Update requires: No interruption

MinimumLatencyMilliseconds

The minimum latency in milliseconds for the SRT protocol in listener mode.

Required: Yes

Type: Integer

Minimum: 10

Maximum: 10000

Update requires: No interruption

Port

The port number for the SRT protocol in listener mode.

Required: Yes

Type: Integer

Minimum: 3000

Maximum: 30000

Update requires: No interruption