Module Values.GroupConfigurationParameterSource

A parameter for a group configuration item. For details about group service configuration syntax, see Service configurations for resource groups.

Sourcetype nonrec t = {
  1. name : GroupConfigurationParameterName.t;
    (*

    The name of the group configuration parameter. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters.

    *)
  2. values : GroupConfigurationParameterValueList.t option;
    (*

    The value or values to be used for the specified parameter. For the list of values you can use with each parameter, see Supported resource types and parameters.

    *)
}
Sourceval context_ : string
Sourceval make : ?values:??? -> name:GroupConfigurationParameterName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of GroupConfigurationParameterValue.t ] list | `String of GroupConfigurationParameterName.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