Values.GroupConfigurationItemSourceAn item in a group configuration. A group service configuration can have one or more items. For details about group service configuration syntax, see Service configurations for resource groups.
type nonrec t = {type_ : GroupConfigurationType.t;Specifies the type of group configuration item. Each item must have a unique value for type. For the list of types that you can specify for a configuration item, see Supported resource types and parameters.
*)parameters : GroupParameterList.t option;A collection of parameters for this group configuration item. For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of GroupConfigurationParameterValue.t ]
list
| `String of GroupConfigurationParameterName.t ])
list ]
list
| `String of GroupConfigurationType.t ])
list ]