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/cloudwatch.ts?docs=full";

Represents a specific metric.

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

§Properties

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

The dimensions for the metric.

§
MetricName?: string | null
[src]

The name of the metric. This is a required field.

§
Namespace?: string | null
[src]

The namespace of the metric.