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

ConnectionSettings

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

Information about the ConnectionSettings attribute.

interface ConnectionSettings {
IdleTimeout: number;
}

§Properties

§
IdleTimeout: number
[src]

The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.