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

SetLoadBasedAutoScalingRequest

import type { SetLoadBasedAutoScalingRequest } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
interface SetLoadBasedAutoScalingRequest {
DownScaling?: AutoScalingThresholds | null;
Enable?: boolean | null;
LayerId: string;
UpScaling?: AutoScalingThresholds | null;
}

§Properties

§
DownScaling?: AutoScalingThresholds | null
[src]

An AutoScalingThresholds object with the downscaling threshold configuration. If the load falls below these thresholds for a specified amount of time, AWS OpsWorks Stacks stops a specified number of instances.

§
Enable?: boolean | null
[src]

Enables load-based auto scaling for the layer.

§
LayerId: string
[src]

The layer ID.

§
UpScaling?: AutoScalingThresholds | null
[src]

An AutoScalingThresholds object with the upscaling threshold configuration. If the load exceeds these thresholds for a specified amount of time, AWS OpsWorks Stacks starts a specified number of instances.