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

SetDesiredCapacityType

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

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

§
DesiredCapacity: number
[src]

The desired capacity is the initial capacity of the Auto Scaling group after this operation completes and the capacity it attempts to maintain.

§
HonorCooldown?: boolean | null
[src]

Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity. By default, Amazon EC2 Auto Scaling does not honor the cooldown period during manual scaling activities.