/AWS1/CL_IOSPUTDEFENCCONFRSP¶
PutDefaultEncryptionConfigurationResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_encryptiontype TYPE /AWS1/IOSENCRYPTIONTYPE /AWS1/IOSENCRYPTIONTYPE¶
The type of encryption used for the encryption configuration.
io_configurationstatus TYPE REF TO /AWS1/CL_IOSCONFSTATUS /AWS1/CL_IOSCONFSTATUS¶
The status of the account configuration. This contains the
ConfigurationState. If there is an error, it also contains theErrorDetails.
Optional arguments:¶
iv_kmskeyarn TYPE /AWS1/IOSARN /AWS1/IOSARN¶
The Key ARN of the KMS key used for KMS encryption if you use
KMS_BASED_ENCRYPTION.
Queryable Attributes¶
encryptionType¶
The type of encryption used for the encryption configuration.
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 you use
KMS_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 |
configurationStatus¶
The status of the account configuration. This contains the
ConfigurationState. If there is an error, it also contains theErrorDetails.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATIONSTATUS() |
Getter for CONFIGURATIONSTATUS |