AWS::MediaConnect::RouterInput SrtCallerRouterInputConfiguration - 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 SrtCallerRouterInputConfiguration

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

Syntax

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

Properties

DecryptionConfiguration

Specifies the decryption settings for an SRT caller 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 caller mode.

Required: Yes

Type: Integer

Minimum: 10

Maximum: 10000

Update requires: No interruption

SourceAddress

The source IP address for the SRT protocol in caller mode.

Required: Yes

Type: String

Update requires: No interruption

SourcePort

The source port number for the SRT protocol in caller mode.

Required: Yes

Type: Integer

Minimum: 0

Maximum: 65535

Update requires: No interruption

StreamId

The stream ID for the SRT protocol in caller mode.

Required: No

Type: String

Update requires: No interruption