AlertPrometheusRuleGroupRuleAlertResolutionArgs

data class AlertPrometheusRuleGroupRuleAlertResolutionArgs(val autoResolved: Output<Boolean>? = null, val timeToResolve: Output<String>? = null) : ConvertibleToJava<AlertPrometheusRuleGroupRuleAlertResolutionArgs>

Constructors

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

Properties

Link copied to clipboard
val autoResolved: Output<Boolean>? = null

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

Link copied to clipboard
val timeToResolve: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AlertPrometheusRuleGroupRuleAlertResolutionArgs