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

AnomalySourceDetails

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

Details about the source of the anomalous operational data that triggered the anomaly.

interface AnomalySourceDetails {
CloudWatchMetrics?: CloudWatchMetricsDetail[] | null;
PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[] | null;
}

§Properties

§
CloudWatchMetrics?: CloudWatchMetricsDetail[] | null
[src]

An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.

§
PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[] | null
[src]

An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.