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

SetInstanceProtectionQuery

import type { SetInstanceProtectionQuery } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface SetInstanceProtectionQuery {
AutoScalingGroupName: string;
InstanceIds: string[];
ProtectedFromScaleIn: boolean;
}

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

§
InstanceIds: string[]
[src]

One or more instance IDs. You can specify up to 50 instances.

§
ProtectedFromScaleIn: boolean
[src]

Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.