Values.CreateComponentRequestSourceCreates a custom component by grouping similar standalone instances to monitor.
type nonrec t = {resourceGroupName : ResourceGroupName.t;The name of the resource group.
*)componentName : CustomComponentName.t;The name of the component.
*)resourceList : ResourceList.t;The list of resource ARNs that belong to the component.
*)}val make :
resourceGroupName:ResourceGroupName.t ->
componentName:CustomComponentName.t ->
resourceList:ResourceList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ResourceARN.t ] list
| `String of ResourceGroupName.t ])
list ]