Module Values.CustomerContentEncryptionConfigurationSource

Specifies the customer managed KMS key that is used to encrypt the user's data stores in Athena. When an Amazon Web Services managed key is used, this value is null. This setting does not apply to Athena SQL workgroups.

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

    The customer managed KMS key that is used to encrypt the user's data stores in Athena.

    *)
}
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