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

TcpRoute

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

An object that represents a TCP route type.

interface TcpRoute {
timeout?: TcpTimeout | null;
}

§Properties

§

The action to take if a match is determined.

§
timeout?: TcpTimeout | null
[src]

An object that represents types of timeouts.