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

Metric

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

Represents a specific metric.

interface Metric {
Dimensions?: MetricDimension[] | null;
MetricName: string;
Namespace: string;
}

§Properties

§
Dimensions?: MetricDimension[] | null
[src]

The dimensions for the metric. For the list of available dimensions, see the Amazon Web Services documentation available from the table in Amazon Web Services services that publish CloudWatch metrics in the Amazon CloudWatch User Guide.

Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.

§
MetricName: string
[src]

The name of the metric.

§
Namespace: string
[src]

The namespace of the metric. For more information, see the table in Amazon Web Services services that publish CloudWatch metrics in the Amazon CloudWatch User Guide.