Values.ManagedQueryResultsConfigurationUpdatesSourceUpdates the configuration for managed query results.
type nonrec t = {enabled : BoxedBoolean.t option;If set to true, specifies that Athena manages query results in Athena owned storage.
*)encryptionConfiguration : ManagedQueryResultsEncryptionConfiguration.t option;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.
*)removeEncryptionConfiguration : BoxedBoolean.t option;If set to true, it removes workgroup from Athena owned storage. The existing query results are cleaned up after 24hrs. You must provide query results in location specified under ResultConfiguration$OutputLocation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Structure of (string * [> `String of KmsKey.t ]) list ])
list ]