Module Values.ManagedQueryResultsEncryptionConfigurationSource

If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.

Sourcetype nonrec t = {
  1. kmsKey : KmsKey.t;
    (*

    The ARN of an KMS key for encrypting managed query results.

    *)
}
Sourceval context_ : string
Sourceval make : kmsKey:KmsKey.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of KmsKey.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