Values.AwsAthenaWorkGroupConfigurationResultConfigurationDetailsSourceThe 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.
type nonrec t = {encryptionConfiguration : AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.t
option;Specifies the method used to encrypt the user’s data stores in the Athena workgroup.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]