AlarmContributor

Represents an individual contributor to a multi-timeseries alarm, containing information about a specific time series and its contribution to the alarm's state.

Types

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

Properties

Link copied to clipboard

A map of attributes that describe the contributor, such as metric dimensions and other identifying characteristics.

Link copied to clipboard

The unique identifier for this alarm contributor.

Link copied to clipboard

An explanation for the contributor's current state, providing context about why it is in its current condition.

Link copied to clipboard

The timestamp when the contributor last transitioned to its current state.

Functions

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