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

LoadBasedAutoScalingConfiguration

import type { LoadBasedAutoScalingConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";
interface LoadBasedAutoScalingConfiguration {
DownScaling?: AutoScalingThresholds | null;
Enable?: boolean | null;
LayerId?: string | null;
UpScaling?: AutoScalingThresholds | null;
}

§Properties

§
DownScaling?: AutoScalingThresholds | null
[src]
§
Enable?: boolean | null
[src]
§
LayerId?: string | null
[src]
§
UpScaling?: AutoScalingThresholds | null
[src]