Values.GroupQuerySourceA mapping of a query attached to a resource group that determines the Amazon Web Services resources that are members of the group.
type nonrec t = {groupName : GroupName.t option;The name of the resource group that is associated with the specified resource query.
*)resourceQuery : ResourceQuery.t option;The resource query that determines which Amazon Web Services resources are members of the associated resource group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of GroupName.t
| `Structure of
(string * [> `Enum of string | `String of Query.t ]) list ])
list ]