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

ScalingPolicy

import type { ScalingPolicy } from "https://aws-api.deno.dev/v0.4/services/autoscalingplans.ts?docs=full";

Represents a scaling policy.

interface ScalingPolicy {
PolicyName: string;
PolicyType: PolicyType;
TargetTrackingConfiguration?: TargetTrackingConfiguration | null;
}

§Properties

§
PolicyName: string
[src]

The name of the scaling policy.

§
PolicyType: PolicyType
[src]

The type of scaling policy.

§
TargetTrackingConfiguration?: TargetTrackingConfiguration | null
[src]

The target tracking scaling policy. Includes support for predefined or customized metrics.