createGatewayRoute
inline suspend fun AppMeshClient.createGatewayRoute(crossinline block: CreateGatewayRouteRequest.Builder.() -> Unit): CreateGatewayRouteResponse
Creates a gateway route.
A gateway route is attached to a virtual gateway and routes traffic to an existing virtual service. If a route matches a request, it can distribute traffic to a target virtual service.
For more information about gateway routes, see Gateway routes.