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

ShutdownEventConfiguration

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

The Shutdown event configuration.

interface ShutdownEventConfiguration {
DelayUntilElbConnectionsDrained?: boolean | null;
ExecutionTimeout?: number | null;
}

§Properties

§
DelayUntilElbConnectionsDrained?: boolean | null
[src]

Whether to enable Elastic Load Balancing connection draining. For more information, see Connection Draining

§
ExecutionTimeout?: number | null
[src]

The time, in seconds, that AWS OpsWorks Stacks will wait after triggering a Shutdown event before shutting down an instance.