Values.IntegratedResourceSummarySourceContains summary information about an integrated resource.
type nonrec t = {integrationId : IntegrationId.t option;The unique identifier of the integration that provides access to the resource.
*)resource : IntegratedResourceMetadata.t option;The metadata for the integrated resource.
*)capabilities : ProviderResourceCapabilities.t option;The capabilities enabled for the integrated resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of IntegrationId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of ProviderResourceName.t ])
list ])
list ])
list ]