Values.UnsupportedResourceSourceDefines a resource that is not supported by Resilience Hub.
type nonrec t = {logicalResourceId : LogicalResourceId.t option;Logical resource identifier for the unsupported resource.
*)physicalResourceId : PhysicalResourceId.t option;Physical resource identifier for the unsupported resource.
*)resourceType : String255.t option;The type of resource.
*)unsupportedResourceStatus : String255.t option;The status of the unsupported resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String255.t
| `Structure of
(string * [> `Enum of string | `String of String255.t ]) list ])
list ]