Values.VirtualServiceDataSourceAn object that represents a virtual service returned by a describe operation.
type nonrec t = {meshName : ResourceName.t option;The name of the service mesh that the virtual service resides in.
*)metadata : ResourceMetadata.t option;spec : VirtualServiceSpec.t option;The specifications of the virtual service.
*)status : VirtualServiceStatus.t option;The current status of the virtual service.
*)virtualServiceName : ServiceName.t option;The name of the virtual service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceName.t
| `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of Arn.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of ResourceName.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]