AutoHealRulesArgs

data class AutoHealRulesArgs(val actions: Output<AutoHealActionsArgs>? = null, val triggers: Output<AutoHealTriggersArgs>? = null) : ConvertibleToJava<AutoHealRulesArgs>

Rules that can be defined for auto-heal.

Constructors

Link copied to clipboard
constructor(actions: Output<AutoHealActionsArgs>? = null, triggers: Output<AutoHealTriggersArgs>? = null)

Properties

Link copied to clipboard
val actions: Output<AutoHealActionsArgs>? = null

Actions to be executed when a rule is triggered.

Link copied to clipboard
val triggers: Output<AutoHealTriggersArgs>? = null

Conditions that describe when to execute the auto-heal actions.

Functions

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