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

RecommendationRelatedCloudWatchMetricsSourceDetail

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

Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many analyzed metrics that are used to generate insights.

interface RecommendationRelatedCloudWatchMetricsSourceDetail {
MetricName?: string | null;
Namespace?: string | null;
}

§Properties

§
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.