AWS::MediaLive::Input SrtCallerDecryptionRequest - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 SrtCallerDecryptionRequest

The decryption settings for an SRT caller source. Complete these parameters only if the content is encrypted.

The parent of this entity is SrtCallerSourceRequest.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Algorithm" : String, "PassphraseSecretArn" : String }

YAML

Algorithm: String PassphraseSecretArn: String

Properties

Algorithm

The algorithm used to encrypt content.

Required: No

Type: String

Update requires: No interruption

PassphraseSecretArn

The ARN for the secret in Secrets Manager. Someone in your organization must create a secret and provide you with its ARN. This secret holds the passphrase that MediaLive will use to decrypt the source content.

Required: No

Type: String

Update requires: No interruption