/AWS1/CL_CHVSERVERSIDEENCCONF¶
A structure that contains the configuration settings for server-side encryption.
We only support symmetric keys. Do not use asymmetric or HMAC keys, or KMS aliases.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_kmskeyarn TYPE /AWS1/CHVARN /AWS1/CHVARN¶
The ARN of the KMS key used to encrypt the enrollment data in a voice profile domain. Asymmetric customer managed keys are not supported.
Queryable Attributes¶
KmsKeyArn¶
The ARN of the KMS key used to encrypt the enrollment data in a voice profile domain. Asymmetric customer managed keys are not supported.
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 |