Module Values.GetGroupQueryInputSource

Retrieves the resource query associated with the specified resource group. For more information about resource queries, see Create a tag-based group in Resource Groups. Minimum permissions To run this command, you must have the following permissions: resource-groups:GetGroupQuery

Sourcetype nonrec t = {
  1. groupName : GroupName.t option;
    (*

    Don't use this parameter. Use Group instead.

    *)
  2. group : GroupString.t option;
    (*

    The name or the Amazon resource name (ARN) of the resource group to query.

    *)
}
Sourceval make : ?groupName:??? -> ?group:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GroupName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t