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

AwsCloudWatchAlarmDimensionsDetails

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

Details about the dimensions for the metric associated with the alarm.

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

§Properties

§
Name?: string | null
[src]

The name of a dimension.

§
Value?: string | null
[src]

The value of a dimension.