Module Values.AwsAthenaWorkGroupConfigurationResultConfigurationDetailsSource

The location in Amazon Simple Storage Service (Amazon S3) where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as client-side settings. If workgroup settings override client-side settings, then the query uses the workgroup settings.

Sourcetype nonrec t = {
  1. encryptionConfiguration : AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.t option;
    (*

    Specifies the method used to encrypt the user’s data stores in the Athena workgroup.

    *)
}
Sourceval make : ?encryptionConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of NonEmptyString.t ]) list ]) 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