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

DeleteAutoScalingGroupType

import type { DeleteAutoScalingGroupType } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface DeleteAutoScalingGroupType {
AutoScalingGroupName: string;
ForceDelete?: boolean | null;
}

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

§
ForceDelete?: boolean | null
[src]

Specifies that the group is to be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This action also deletes any outstanding lifecycle actions associated with the group.