Module Values.GrpcGatewayRouteActionSource

An object that represents the action to take if a match is determined.

Sourcetype nonrec t = {
  1. rewrite : GrpcGatewayRouteRewrite.t option;
    (*

    The gateway route action to rewrite.

    *)
  2. target : GatewayRouteTarget.t;
    (*

    An object that represents the target that traffic is routed to when a request matches the gateway route.

    *)
}
Sourceval context_ : string
Sourceval make : ?rewrite:??? -> target:GatewayRouteTarget.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of ListenerPort.t | `Structure of (string * [> `Enum 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