/AWS1/CL_MDLSRTCALLERDECRYPT01¶
The decryption settings for the SRT caller source. Present only if the source has decryption enabled.
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. The secret holds the passphrase that MediaLive uses 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. The secret holds the passphrase that MediaLive uses 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 |