/AWS1/CL_MDLMEDIACNCTRTROUTD00¶
MediaConnect Router Output Destination Settings
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_encryptiontype TYPE /AWS1/MDLMEDIACNCTRTROUTENCTYP /AWS1/MDLMEDIACNCTRTROUTENCTYP¶
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. Used only with the SECRETS_MANAGER encryption type.
Queryable Attributes¶
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. Used only with the SECRETS_MANAGER encryption type.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LSTOFMEDIACNCTRTROUTDST00¶
TYPES TT___LSTOFMEDIACNCTRTROUTDST00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLMEDIACNCTRTROUTD00 WITH DEFAULT KEY
.