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

CloudWatchMetricsDimension

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

The dimension of an Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in your account for operational problems and anomalous behavior. A dimension is a name/value pair that is part of the identity of a metric. A metric can have up to 10 dimensions. For more information, see Dimensions in the Amazon CloudWatch User Guide.

interface CloudWatchMetricsDimension {
Name?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the CloudWatch dimension.

§
Value?: string | null
[src]

The value of the CloudWatch dimension.