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

AutoScalingGroupConfiguration

import type { AutoScalingGroupConfiguration } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/computeoptimizer.ts";
interface AutoScalingGroupConfiguration {
desiredCapacity?: number | null;
instanceType?: string | null;
maxSize?: number | null;
minSize?: number | null;
}

§Properties

§
desiredCapacity?: number | null
[src]
§
instanceType?: string | null
[src]
§
maxSize?: number | null
[src]
§
minSize?: number | null
[src]