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

ListenerTimeout

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

An object that represents timeouts for different protocols.

interface ListenerTimeout {
grpc?: GrpcTimeout | null;
http?: HttpTimeout | null;
http2?: HttpTimeout | null;
tcp?: TcpTimeout | null;
}

§Properties

§
grpc?: GrpcTimeout | null
[src]

An object that represents types of timeouts.

§
http?: HttpTimeout | null
[src]

An object that represents types of timeouts.

§
http2?: HttpTimeout | null
[src]

An object that represents types of timeouts.

§
tcp?: TcpTimeout | null
[src]

An object that represents types of timeouts.