Values.GroupConfigurationParameterSourceA parameter for a group configuration item. For details about group service configuration syntax, see Service configurations for resource groups.
type nonrec t = {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.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of GroupConfigurationParameterValue.t ] list
| `String of GroupConfigurationParameterName.t ])
list ]