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

ProactiveAnomalySummary

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

Details about a proactive anomaly. This object is returned by DescribeAnomaly.

interface ProactiveAnomalySummary {
AnomalyReportedTimeRange?: AnomalyReportedTimeRange | null;
AnomalyTimeRange?: AnomalyTimeRange | null;
AssociatedInsightId?: string | null;
Id?: string | null;
Limit?: number | null;
PredictionTimeRange?: PredictionTimeRange | null;
ResourceCollection?: ResourceCollection | null;
Severity?: AnomalySeverity | null;
SourceDetails?: AnomalySourceDetails | null;
Status?: AnomalyStatus | null;
UpdateTime?: Date | number | null;
}

§Properties

§
AnomalyReportedTimeRange?: AnomalyReportedTimeRange | null
[src]

An AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.

§
AnomalyTimeRange?: AnomalyTimeRange | null
[src]
§
AssociatedInsightId?: string | null
[src]

The ID of the insight that contains this anomaly. An insight is composed of related anomalies.

§
Id?: string | null
[src]

The ID of the anomaly.

§
Limit?: number | null
[src]

A threshold that was exceeded by behavior in analyzed resources. Exceeding this threshold is related to the anomalous behavior that generated this anomaly.

§
PredictionTimeRange?: PredictionTimeRange | null
[src]
§
ResourceCollection?: ResourceCollection | null
[src]
§
Severity?: AnomalySeverity | null
[src]

The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.

§
SourceDetails?: AnomalySourceDetails | null
[src]

Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.

§
Status?: AnomalyStatus | null
[src]

The status of the anomaly.

§
UpdateTime?: Date | number | null
[src]

The time of the anomaly's most recent update.