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 SrtListenerRouterInputConfiguration
The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DecryptionConfiguration" :SrtDecryptionConfiguration, "MinimumLatencyMilliseconds" :Integer, "Port" :Integer}
YAML
DecryptionConfiguration:SrtDecryptionConfigurationMinimumLatencyMilliseconds:IntegerPort:Integer
Properties
DecryptionConfiguration-
Specifies the decryption settings for an SRT listener 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 listener mode.
Required: Yes
Type: Integer
Minimum:
10Maximum:
10000Update requires: No interruption
Port-
The port number for the SRT protocol in listener mode.
Required: Yes
Type: Integer
Minimum:
3000Maximum:
30000Update requires: No interruption