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:
JSON
{ "DecryptionConfiguration" :SrtDecryptionConfiguration, "MinimumLatencyMilliseconds" :Integer, "SourceAddress" :String, "SourcePort" :Integer, "StreamId" :String}
YAML
DecryptionConfiguration:SrtDecryptionConfigurationMinimumLatencyMilliseconds:IntegerSourceAddress:StringSourcePort:IntegerStreamId:String
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:
10Maximum:
10000Update 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:
0Maximum:
65535Update requires: No interruption
StreamId-
The stream ID for the SRT protocol in caller mode.
Required: No
Type: String
Update requires: No interruption