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

RecommendationRelatedAnomaly

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

Information about an anomaly that is related to a recommendation.

interface RecommendationRelatedAnomaly {
AnomalyId?: string | null;
}

§Properties

§
AnomalyId?: string | null
[src]

The ID of an anomaly that generated the insight with this recommendation.

§

An array of objects that represent resources in which DevOps Guru detected anomalous behavior. Each object contains the name and type of the resource.

§

Information about where the anomalous behavior related the recommendation was found. For example, details in Amazon CloudWatch metrics.