AlertPrometheusRuleGroupRuleAlertResolution

data class AlertPrometheusRuleGroupRuleAlertResolution(val autoResolved: Boolean? = null, val timeToResolve: String? = null)

Constructors

constructor(autoResolved: Boolean? = null, timeToResolve: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoResolved: Boolean? = null

Is the alert auto-resolution? Possible values are true and false.

Link copied to clipboard
val timeToResolve: String? = null

Specifies the alert auto-resolution interval, represented in ISO 8601 duration format.