ProactiveInsight

Details about a proactive insight. This object is returned by ListInsights.

Types

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

Properties

Link copied to clipboard

Describes the proactive insight.

Link copied to clipboard
val id: String?

The ID of the proactive insight.

Link copied to clipboard

A time ranged that specifies when the observed behavior in an insight started and ended.

Link copied to clipboard
val name: String?

The name of the proactive insight.

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 insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.

Link copied to clipboard

The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.

Link copied to clipboard

The status of the proactive insight.

Functions

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