Values.ResourceKeySourceThe details that identify a resource within Config, including the resource type and resource ID.
type nonrec t = {resourceType : ResourceType.t;The resource type.
*)resourceId : ResourceId.t;The ID of the resource (for example., sg-xxxxxx).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceId.t ]) list ]