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

AwsElbLoadBalancerConnectionDraining

import type { AwsElbLoadBalancerConnectionDraining } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Contains information about the connection draining configuration for the load balancer.

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

§Properties

§
Enabled?: boolean | null
[src]

Indicates 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.