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

AwsElbLoadBalancerConnectionSettings

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

Contains connection settings for the load balancer.

interface AwsElbLoadBalancerConnectionSettings {
IdleTimeout?: number | null;
}

§Properties

§
IdleTimeout?: number | null
[src]

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