AlertSummary

Provides a summary of an alert's configuration.

Types

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

Properties

Link copied to clipboard

The ARN of the alert.

Link copied to clipboard

The name of the alert.

Link copied to clipboard

The minimum severity for an anomaly to trigger the alert.

Link copied to clipboard

The status of the alert.

Link copied to clipboard

The type of the alert.

Link copied to clipboard

The ARN of the detector to which the alert is attached.

Link copied to clipboard

The time at which the alert was created.

Link copied to clipboard

The time at which the alert was last modified.

Link copied to clipboard

The alert's tags.

Functions

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