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

ConnectionDraining

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

Information about the ConnectionDraining attribute.

interface ConnectionDraining {
Enabled: boolean;
Timeout?: number | null;
}

§Properties

§
Enabled: boolean
[src]

Specifies whether connection draining is enabled for the load balancer.

§
Timeout?: number | null
[src]

The maximum time, in seconds, to keep the existing connections open before deregistering the instances.