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

LifecycleEventConfiguration

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

Specifies the lifecycle event configuration

interface LifecycleEventConfiguration {
Shutdown?: ShutdownEventConfiguration | null;
}

§Properties

§

A ShutdownEventConfiguration object that specifies the Shutdown event configuration.