/AWS1/CL_QSTQDATAKEY¶
A structure that contains information about the QDataKey
.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_qdatakeyarn
TYPE /AWS1/QSTSTRING
/AWS1/QSTSTRING
¶
The ARN of the KMS key that is registered to a QuickSight account for encryption and decryption use as a
QDataKey
.
iv_qdatakeytype
TYPE /AWS1/QSTQDATAKEYTYPE
/AWS1/QSTQDATAKEYTYPE
¶
The type of
QDataKey
.
Queryable Attributes¶
QDataKeyArn¶
The ARN of the KMS key that is registered to a QuickSight account for encryption and decryption use as a
QDataKey
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QDATAKEYARN() |
Getter for QDATAKEYARN, with configurable default |
ASK_QDATAKEYARN() |
Getter for QDATAKEYARN w/ exceptions if field has no value |
HAS_QDATAKEYARN() |
Determine if QDATAKEYARN has a value |
QDataKeyType¶
The type of
QDataKey
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QDATAKEYTYPE() |
Getter for QDATAKEYTYPE, with configurable default |
ASK_QDATAKEYTYPE() |
Getter for QDATAKEYTYPE w/ exceptions if field has no value |
HAS_QDATAKEYTYPE() |
Determine if QDATAKEYTYPE has a value |