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 SrtListenerRouterOutputConfiguration
The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EncryptionConfiguration" :SrtEncryptionConfiguration, "MinimumLatencyMilliseconds" :Integer, "Port" :Integer}
YAML
EncryptionConfiguration:SrtEncryptionConfigurationMinimumLatencyMilliseconds:IntegerPort:Integer
Properties
EncryptionConfiguration-
Defines the encryption settings for an SRT listener 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 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