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

CloudWatchMetricsDetail

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

Information about an Amazon CloudWatch metric.

interface CloudWatchMetricsDetail {
Dimensions?: CloudWatchMetricsDimension[] | null;
MetricDataSummary?: CloudWatchMetricsDataSummary | null;
MetricName?: string | null;
Namespace?: string | null;
Period?: number | null;
Stat?: CloudWatchMetricsStat | null;
Unit?: string | null;
}

§Properties

§
Dimensions?: CloudWatchMetricsDimension[] | null
[src]

An array of CloudWatch dimensions associated with

§
MetricDataSummary?: CloudWatchMetricsDataSummary | null
[src]

This object returns anomaly metric data.

§
MetricName?: string | null
[src]

The name of the CloudWatch metric.

§
Namespace?: string | null
[src]

The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.

§
Period?: number | null
[src]

The length of time associated with the CloudWatch metric in number of seconds.

§

The type of statistic associated with the CloudWatch metric. For more information, see Statistics in the Amazon CloudWatch User Guide.

§
Unit?: string | null
[src]

The unit of measure used for the CloudWatch metric. For example, Bytes, Seconds, Count, and Percent.