Module Values_2.QDataKeySource

A structure that contains information about the QDataKey.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. qDataKeyType : QDataKeyType.t option;
    (*

    The type of QDataKey.

    *)
}
Sourceval make : ?qDataKeyArn:??? -> ?qDataKeyType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t