Values.AthenaPropertiesOutputSourceThe Amazon Athena properties of a connection.
type nonrec t = {workgroupName : AthenaPropertiesOutputWorkgroupNameString.t option;The Amazon Athena workgroup name of a connection.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AthenaPropertiesOutputWorkgroupNameString.t ])
list ]