Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GrpcGatewayRouteAction

import type { GrpcGatewayRouteAction } from "https://aws-api.deno.dev/v0.3/services/appmesh.ts?docs=full";

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

interface GrpcGatewayRouteAction {
rewrite?: GrpcGatewayRouteRewrite | null;
}

§Properties

§

The gateway route action to rewrite.

§

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