Values.IntegratedResourceInputItemSourceRepresents an input item for updating integrated resources, including the resource and its capabilities.
type nonrec t = {resource : IntegratedResource.t;The integrated resource to update.
*)capabilities : ProviderResourceCapabilities.t option;The capabilities to enable for the integrated resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of ProviderResourceName.t ])
list ])
list ])
list ]