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::MediaLive::Input SrtListenerSettingsRequest
Configuration for an SRT listener input. Encryption is required for all SRT listener inputs for security reasons. You must provide decryption settings including algorithm and passphrase secret ARN.
The parent of this entity is SrtSettingsRequest.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Decryption" :SrtListenerDecryptionRequest, "MinimumLatency" :Integer, "StreamId" :String}
YAML
Decryption:SrtListenerDecryptionRequestMinimumLatency:IntegerStreamId:String
Properties
Decryption-
Required. Decryption settings. If specified, both algorithm and passphrase secret ARN are required.
Required: No
Type: SrtListenerDecryptionRequest
Update requires: No interruption
MinimumLatency-
Required. The preferred latency in milliseconds for packet loss and recovery. Range 120-15000.
Required: No
Type: Integer
Update requires: No interruption
StreamId-
Optional. The stream ID if the upstream system uses this identifier.
Required: No
Type: String
Update requires: No interruption