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