/AWS1/CL_GLUEXPORTENCCONF¶
The encryption configuration for exported data catalog metadata.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_ssealgorithm TYPE /AWS1/GLUSSEALGORITHM /AWS1/GLUSSEALGORITHM¶
The server-side encryption algorithm used for the exported data. Valid values are
AES256andaws:kms.
iv_kmskeyarn TYPE /AWS1/GLUKMSKEYARNSTRING /AWS1/GLUKMSKEYARNSTRING¶
The ARN of the KMS key used to encrypt the exported data.
Queryable Attributes¶
SseAlgorithm¶
The server-side encryption algorithm used for the exported data. Valid values are
AES256andaws:kms.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SSEALGORITHM() |
Getter for SSEALGORITHM, with configurable default |
ASK_SSEALGORITHM() |
Getter for SSEALGORITHM w/ exceptions if field has no value |
HAS_SSEALGORITHM() |
Determine if SSEALGORITHM has a value |
KmsKeyArn¶
The ARN of the KMS key used to encrypt the exported data.
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 |