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

TcpTimeout

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

An object that represents types of timeouts.

interface TcpTimeout {
idle?: Duration | null;
}

§Properties

§
idle?: Duration | null
[src]

An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.