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

PredictiveScalingCustomizedCapacityMetric

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

Describes a customized capacity metric for a predictive scaling policy.

interface PredictiveScalingCustomizedCapacityMetric {
MetricDataQueries: MetricDataQuery[];
}

§Properties

§
MetricDataQueries: MetricDataQuery[]
[src]

One or more metric data queries to provide the data points for a capacity metric. Use multiple metric data queries only if you are performing a math expression on returned data.