Values_2.QDataKeySourceA structure that contains information about the QDataKey.
type nonrec t = {qDataKeyArn : Values_0.String_.t option;The ARN of the KMS key that is registered to a Quick Sight account for encryption and decryption use as a QDataKey.
*)qDataKeyType : QDataKeyType.t option;The type of QDataKey.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]