Module Values.VirtualServiceSpecSource

An object that represents the specification of a virtual service.

Sourcetype nonrec t = {
  1. provider : VirtualServiceProvider.t option;
    (*

    The App Mesh object that is acting as the provider for a virtual service. You can specify a single virtual node or virtual router.

    *)
}
Sourceval make : ?provider:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `String of ResourceName.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t