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 SrtListenerDecryptionRequest
The decryption settings for an SRT listener input. Decryption is required for all SRT listener inputs for security reasons.
The parent of this entity is SrtListenerSettingsRequest.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Algorithm" :String, "PassphraseSecretArn" :String}
YAML
Algorithm:StringPassphraseSecretArn:String
Properties
Algorithm-
Required. The decryption algorithm.
Required: No
Type: String
Update requires: No interruption
PassphraseSecretArn-
Required. The ARN for the secret in Secrets Manager that holds the passphrase.
Required: No
Type: String
Update requires: No interruption