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

Dimension

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

Internal only. Represents the dimensions of a metric. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.

interface Dimension {
Name: string;
Value: string;
}

§Properties

§
Name: string
[src]

Internal only. The name of the dimension.

§
Value: string
[src]

Internal only. The value of the dimension.