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

AutoScalingGroup

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

Information about an Auto Scaling group.

interface AutoScalingGroup {
hook?: string | null;
name?: string | null;
}

§Properties

§
hook?: string | null
[src]

An Auto Scaling lifecycle event hook name.

§
name?: string | null
[src]

The Auto Scaling group name.