/AWS1/CL_MDLROUTERINPUTSTGS¶
The settings for a MediaConnect Router Input.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_destinations TYPE /AWS1/CL_MDLROUTERDESTINATION=>TT___LISTOFROUTERDESTINATION TT___LISTOFROUTERDESTINATION¶
MediaConnect Router destinations associated with the MediaLive Input.
iv_encryptiontype TYPE /AWS1/MDLROUTERENCRYPTIONTYPE /AWS1/MDLROUTERENCRYPTIONTYPE¶
Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.
iv_secretarn TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
ARN of the secret used to encrypt this input.
Queryable Attributes¶
Destinations¶
MediaConnect Router destinations associated with the MediaLive Input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONS() |
Getter for DESTINATIONS, with configurable default |
ASK_DESTINATIONS() |
Getter for DESTINATIONS w/ exceptions if field has no value |
HAS_DESTINATIONS() |
Determine if DESTINATIONS has a value |
EncryptionType¶
Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONTYPE() |
Getter for ENCRYPTIONTYPE, with configurable default |
ASK_ENCRYPTIONTYPE() |
Getter for ENCRYPTIONTYPE w/ exceptions if field has no valu |
HAS_ENCRYPTIONTYPE() |
Determine if ENCRYPTIONTYPE has a value |
SecretArn¶
ARN of the secret used to encrypt this input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETARN() |
Getter for SECRETARN, with configurable default |
ASK_SECRETARN() |
Getter for SECRETARN w/ exceptions if field has no value |
HAS_SECRETARN() |
Determine if SECRETARN has a value |