ProactiveAnomaly

Information about an anomaly. This object is returned by ListAnomalies.

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

Information about a resource in which DevOps Guru detected anomalous behavior.

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

A description of the proactive anomaly.

Link copied to clipboard
val id: String?

The ID of a proactive anomaly.

Link copied to clipboard

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

Link copied to clipboard

The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.

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 metadata for the anomaly.

Link copied to clipboard

The status of a proactive anomaly.

Link copied to clipboard

The time of the anomaly's most recent update.

Functions

Link copied to clipboard
inline fun copy(block: ProactiveAnomaly.Builder.() -> Unit = {}): ProactiveAnomaly
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