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

MetricInfo

import type { MetricInfo } from "https://aws-api.deno.dev/v0.3/services/servicequotas.ts?docs=full";

Information about the CloudWatch metric that reflects quota usage.

interface MetricInfo {
MetricDimensions?: {
[key: string]: string | null | undefined;
}
| null;
MetricName?: string | null;
MetricNamespace?: string | null;
MetricStatisticRecommendation?: string | null;
}

§Properties

§
MetricDimensions?: {
[key: string]: string | null | undefined;
}
| null
[src]

The metric dimension. This is a name/value pair that is part of the identity of a metric.

§
MetricName?: string | null
[src]

The name of the metric.

§
MetricNamespace?: string | null
[src]

The namespace of the metric.

§
MetricStatisticRecommendation?: string | null
[src]

The metric statistic that we recommend you use when determining quota usage.