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

CreateScalingPlanRequest

import type { CreateScalingPlanRequest } from "https://aws-api.deno.dev/v0.4/services/autoscalingplans.ts?docs=full";
interface CreateScalingPlanRequest {
ApplicationSource: ApplicationSource;
ScalingInstructions: ScalingInstruction[];
ScalingPlanName: string;
}

§Properties

§
ApplicationSource: ApplicationSource
[src]

A CloudFormation stack or set of tags. You can create one scaling plan per application source.

For more information, see ApplicationSource in the AWS Auto Scaling API Reference.

§
ScalingInstructions: ScalingInstruction[]
[src]

The scaling instructions.

For more information, see ScalingInstruction in the AWS Auto Scaling API Reference.

§
ScalingPlanName: string
[src]

The name of the scaling plan. Names cannot contain vertical bars, colons, or forward slashes.