Values.GroupingResourceSourceIndicates the resource that will be grouped in the recommended Application Component (AppComponent).
type nonrec t = {logicalResourceId : LogicalResourceId.t option;Indicates the logical identifier of the resource.
*)physicalResourceId : PhysicalResourceId.t option;Indicates the physical identifier of the resource.
*)resourceName : String255.t option;Indicates the resource name.
*)resourceType : String255.t option;Indicates the resource type.
*)sourceAppComponentIds : String255List.t option;Indicates the identifier of the source AppComponents in which the resources were previously grouped into.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String255.t ] list
| `String of String255.t
| `Structure of
(string * [> `Enum of string | `String of String255.t ]) list ])
list ]