Module Values.GetGroupConfigurationInputSource

Retrieves the service configuration associated with the specified resource group. For details about the service configuration syntax, see Service configurations for Resource Groups. Minimum permissions To run this command, you must have the following permissions: resource-groups:GetGroupConfiguration

Sourcetype nonrec t = {
  1. group : GroupString.t option;
    (*

    The name or the Amazon resource name (ARN) of the resource group for which you want to retrive the service configuration.

    *)
}
Sourceval make : ?group:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GroupString.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