Alert

class Alert

A configuration for Amazon SNS-integrated notifications.

Types

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

Properties

Link copied to clipboard

Action that will be triggered when there is an alert.

Link copied to clipboard

The ARN of the alert.

Link copied to clipboard

A description of the alert.

Link copied to clipboard

The configuration of the alert filters, containing MetricList and DimensionFilter.

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.

Functions

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