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