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

GrpcGatewayRouteMatch

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

An object that represents the criteria for determining a request match.

interface GrpcGatewayRouteMatch {
hostname?: GatewayRouteHostnameMatch | null;
metadata?: GrpcGatewayRouteMetadata[] | null;
serviceName?: string | null;
}

§Properties

§

The gateway route host name to be matched on.

§
metadata?: GrpcGatewayRouteMetadata[] | null
[src]

The gateway route metadata to be matched on.

§
serviceName?: string | null
[src]

The fully qualified domain name for the service to match from the request.