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

ScalableDimension

import type { ScalableDimension } from "https://aws-api.deno.dev/v0.3/services/autoscalingplans.ts?docs=full";
type ScalableDimension =
| "autoscaling:autoScalingGroup:DesiredCapacity"
| "ecs:service:DesiredCount"
| "ec2:spot-fleet-request:TargetCapacity"
| "rds:cluster:ReadReplicaCount"
| "dynamodb:table:ReadCapacityUnits"
| "dynamodb:table:WriteCapacityUnits"
| "dynamodb:index:ReadCapacityUnits"
| "dynamodb:index:WriteCapacityUnits"

§Type

§
"autoscaling:autoScalingGroup:DesiredCapacity" | "ecs:service:DesiredCount" | "ec2:spot-fleet-request:TargetCapacity" | "rds:cluster:ReadReplicaCount" | "dynamodb:table:ReadCapacityUnits" | "dynamodb:table:WriteCapacityUnits" | "dynamodb:index:ReadCapacityUnits" | "dynamodb:index:WriteCapacityUnits" | cmnP.UnexpectedEnumValue
[src]