/AWS1/CL_IOSWKSPENCCONFINFO¶
Contains the encryption configuration information for a workspace.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_encryptiontype TYPE /AWS1/IOSENCRYPTIONTYPE /AWS1/IOSENCRYPTIONTYPE¶
The type of encryption used for the workspace.
Optional arguments:¶
iv_kmskeyarn TYPE /AWS1/IOSARN /AWS1/IOSARN¶
The key ARN of the KMS key used for KMS encryption if
encryptionTypeisKMS_BASED_ENCRYPTION.
Queryable Attributes¶
encryptionType¶
The type of encryption used for the workspace.
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 |
kmsKeyArn¶
The key ARN of the KMS key used for KMS encryption if
encryptionTypeisKMS_BASED_ENCRYPTION.
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 |