Skip to content

/AWS1/CL_MDLSRTCALLERDECRYPT00

Complete these parameters only if the content is encrypted.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_algorithm TYPE /AWS1/MDLALGORITHM /AWS1/MDLALGORITHM

The algorithm used to encrypt content.

iv_passphrasesecretarn TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

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.


Queryable Attributes

Algorithm

The algorithm used to encrypt content.

Accessible with the following methods

Method Description
GET_ALGORITHM() Getter for ALGORITHM, with configurable default
ASK_ALGORITHM() Getter for ALGORITHM w/ exceptions if field has no value
HAS_ALGORITHM() Determine if ALGORITHM has a value

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.

Accessible with the following methods

Method Description
GET_PASSPHRASESECRETARN() Getter for PASSPHRASESECRETARN, with configurable default
ASK_PASSPHRASESECRETARN() Getter for PASSPHRASESECRETARN w/ exceptions if field has no
HAS_PASSPHRASESECRETARN() Determine if PASSPHRASESECRETARN has a value