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

GrpcRouteMetadataMatchMethod

import type { GrpcRouteMetadataMatchMethod } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appmesh.ts";
interface GrpcRouteMetadataMatchMethod {
exact?: string | null;
prefix?: string | null;
range?: MatchRange | null;
regex?: string | null;
suffix?: string | null;
}

§Properties

§
exact?: string | null
[src]
§
prefix?: string | null
[src]
§
range?: MatchRange | null
[src]
§
regex?: string | null
[src]
§
suffix?: string | null
[src]