Module Values.DescribeGatewayRouteInputSource

Describes an existing gateway route.

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

    The name of the gateway route to describe.

    *)
  2. meshName : ResourceName.t;
    (*

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

    *)
  3. meshOwner : AccountId.t option;
    (*

    The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

    *)
  4. virtualGatewayName : ResourceName.t;
    (*

    The name of the virtual gateway that the gateway route is associated with.

    *)
}
Sourceval context_ : string
Sourceval make : ?meshOwner:??? -> gatewayRouteName:ResourceName.t -> meshName:ResourceName.t -> virtualGatewayName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceName.t ]) 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