AWS::MediaConnect::RouterOutput SrtCallerRouterOutputConfiguration - 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::RouterOutput SrtCallerRouterOutputConfiguration

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

Syntax

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

Properties

DestinationAddress

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

Required: Yes

Type: String

Update requires: No interruption

DestinationPort

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

Required: Yes

Type: Integer

Minimum: 0

Maximum: 65535

Update requires: No interruption

EncryptionConfiguration

Defines the encryption settings for an SRT caller output, including the encryption key configuration and associated parameters.

Required: No

Type: SrtEncryptionConfiguration

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

StreamId

The stream ID for the SRT protocol in caller mode.

Required: No

Type: String

Update requires: No interruption