Auto Heal Actions Args
data class AutoHealActionsArgs(val actionType: Output<AutoHealActionType>? = null, val customAction: Output<AutoHealCustomActionArgs>? = null, val minProcessExecutionTime: Output<String>? = null) : ConvertibleToJava<AutoHealActionsArgs>
Actions which to take by the auto-heal module when a rule is triggered.
Constructors
Link copied to clipboard
constructor(actionType: Output<AutoHealActionType>? = null, customAction: Output<AutoHealCustomActionArgs>? = null, minProcessExecutionTime: Output<String>? = null)