RuleResolveConfigurationArgs

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

TBD. Relevant only for rules of the kind LogAlert.

Constructors

Link copied to clipboard
constructor(autoResolved: Output<Boolean>? = null, timeToResolve: Output<String>? = null)

Properties

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

The flag that indicates whether or not to auto resolve a fired alert.

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

The duration a rule must evaluate as healthy before the fired alert is automatically resolved represented in ISO 8601 duration format.

Functions

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