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

PredictiveScalingCustomizedLoadMetric

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

Describes a custom load metric for a predictive scaling policy.

interface PredictiveScalingCustomizedLoadMetric {
MetricDataQueries: MetricDataQuery[];
}

§Properties

§
MetricDataQueries: MetricDataQuery[]
[src]

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