Module Values.RouteDataSource

An object that represents a route returned by a describe operation.

Sourcetype nonrec t = {
  1. meshName : ResourceName.t option;
    (*

    The name of the service mesh that the route resides in.

    *)
  2. metadata : ResourceMetadata.t option;
    (*

    The associated metadata for the route.

    *)
  3. routeName : ResourceName.t option;
    (*

    The name of the route.

    *)
  4. spec : RouteSpec.t option;
    (*

    The specifications of the route.

    *)
  5. status : RouteStatus.t option;
    (*

    The status of the route.

    *)
  6. virtualRouterName : ResourceName.t option;
    (*

    The virtual router that the route is associated with.

    *)
}
Sourceval make : ?meshName:??? -> ?metadata:??? -> ?routeName:??? -> ?spec:??? -> ?status:??? -> ?virtualRouterName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceName.t | `Structure of (string * [> `Enum of string | `Integer of RoutePriority.t | `Long of Long.t | `String of Arn.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of ListenerPort.t | `List of [> `Enum of string | `String of HttpRetryPolicyEvent.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of ListenerPort.t | `String of ResourceName.t | `Structure of (string * [> `String of HeaderMatch.t | `Structure of (string * [> `Long of Long.t ]) list ]) list ]) list ] list | `Long of MaxRetries.t | `String of MethodName.t | `Structure of (string * [> `Enum of string | `Long of DurationValue.t | `String of HttpPathExact.t ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) 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