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

GrpcGatewayRouteMetadata

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

An object representing the metadata of the gateway route.

interface GrpcGatewayRouteMetadata {
invert?: boolean | null;
match?: GrpcMetadataMatchMethod | null;
name: string;
}

§Properties

§
invert?: boolean | null
[src]

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

§

The criteria for determining a metadata match.

§
name: string
[src]

A name for the gateway route metadata.