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:
JSON
{ "DestinationAddress" :String, "DestinationPort" :Integer, "EncryptionConfiguration" :SrtEncryptionConfiguration, "MinimumLatencyMilliseconds" :Integer, "StreamId" :String}
YAML
DestinationAddress:StringDestinationPort:IntegerEncryptionConfiguration:SrtEncryptionConfigurationMinimumLatencyMilliseconds:IntegerStreamId:String
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:
0Maximum:
65535Update 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:
10Maximum:
10000Update requires: No interruption
StreamId-
The stream ID for the SRT protocol in caller mode.
Required: No
Type: String
Update requires: No interruption