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

GrpcRoute

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

An object that represents a gRPC route type.

interface GrpcRoute {
retryPolicy?: GrpcRetryPolicy | null;
timeout?: GrpcTimeout | null;
}

§Properties

§

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

§

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

§
retryPolicy?: GrpcRetryPolicy | null
[src]

An object that represents a retry policy.

§
timeout?: GrpcTimeout | null
[src]

An object that represents types of timeouts.