ReactiveAnomalySummary

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from AnomalyReportedTimeRange, which specifies the time range when DevOps Guru opens and then closes an anomaly.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A description of the reactive anomaly.

Link copied to clipboard
val id: String?

The ID of the reactive anomaly.

Link copied to clipboard
val name: String?

The name of the reactive anomaly.

Link copied to clipboard

A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The status of the reactive anomaly.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String