/AWS1/CL_BDOKMSCONFIGURATION¶
Contains the KMS configuration for a resource.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_keytype
TYPE /AWS1/BDOKEYTYPE
/AWS1/BDOKEYTYPE
¶
The type of KMS key (CustomerManagedKey or ServiceManagedKey).
Optional arguments:¶
iv_kmskeyarn
TYPE /AWS1/BDOKMSKEYARN
/AWS1/BDOKMSKEYARN
¶
The Amazon Resource Name (ARN) of the KMS key.
Queryable Attributes¶
keyType¶
The type of KMS key (CustomerManagedKey or ServiceManagedKey).
Accessible with the following methods¶
Method | Description |
---|---|
GET_KEYTYPE() |
Getter for KEYTYPE, with configurable default |
ASK_KEYTYPE() |
Getter for KEYTYPE w/ exceptions if field has no value |
HAS_KEYTYPE() |
Determine if KEYTYPE has a value |
kmsKeyArn¶
The Amazon Resource Name (ARN) of the KMS key.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KMSKEYARN() |
Getter for KMSKEYARN, with configurable default |
ASK_KMSKEYARN() |
Getter for KMSKEYARN w/ exceptions if field has no value |
HAS_KMSKEYARN() |
Determine if KMSKEYARN has a value |