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

For the metric that the CloudWatch alarm is associated with, a complex type that contains information about one dimension.

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

§Properties

§
Name: string
[src]

For the metric that the CloudWatch alarm is associated with, the name of one dimension.

§
Value: string
[src]

For the metric that the CloudWatch alarm is associated with, the value of one dimension.