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

Scale

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

A floating-point percentage of the desired number of tasks to place and keep running in the task set.

interface Scale {
unit?: ScaleUnit | null;
value?: number | null;
}

§Properties

§
unit?: ScaleUnit | null
[src]

The unit of measure for the scale value.

§
value?: number | null
[src]

The value, specified as a percent total of a service's desiredCount, to scale the task set. Accepted values are numbers between 0 and 100.