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

GrpcRouteMetadata

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

An object that represents the match metadata for the route.

interface GrpcRouteMetadata {
invert?: boolean | null;
name: string;
}

§Properties

§
invert?: boolean | null
[src]

Specify True to match anything except the match criteria. The default value is False.

§

An object that represents the data to match from the request.

§
name: string
[src]

The name of the route.