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

ReactiveAnomalySummary

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

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

interface ReactiveAnomalySummary {
AnomalyReportedTimeRange?: AnomalyReportedTimeRange | null;
AnomalyResources?: AnomalyResource[] | null;
AnomalyTimeRange?: AnomalyTimeRange | null;
AssociatedInsightId?: string | null;
CausalAnomalyId?: string | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
ResourceCollection?: ResourceCollection | null;
Severity?: AnomalySeverity | null;
SourceDetails?: AnomalySourceDetails | null;
Status?: AnomalyStatus | null;
Type?: AnomalyType | 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.

§
AnomalyResources?: AnomalyResource[] | null
[src]

The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.

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

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

§
CausalAnomalyId?: string | null
[src]

The ID of the causal anomaly that is associated with this reactive anomaly. The ID of a CAUSAL anomaly is always NULL.

§
Description?: string | null
[src]

A description of the reactive anomaly.

§
Id?: string | null
[src]

The ID of the reactive anomaly.

§
Name?: string | null
[src]

The name of the reactive anomaly.

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

§
Type?: AnomalyType | null
[src]

The type of the reactive anomaly. It can be one of the following types.

  • CAUSAL - the anomaly can cause a new insight.
  • CONTEXTUAL - the anomaly contains additional information about an insight or its causal anomaly.