WindowsWebAppSlotSiteConfigAutoHealSettingActionArgs

data class WindowsWebAppSlotSiteConfigAutoHealSettingActionArgs(val actionType: Output<String>, val customAction: Output<WindowsWebAppSlotSiteConfigAutoHealSettingActionCustomActionArgs>? = null, val minimumProcessExecutionTime: Output<String>? = null) : ConvertibleToJava<WindowsWebAppSlotSiteConfigAutoHealSettingActionArgs>

Constructors

constructor(actionType: Output<String>, customAction: Output<WindowsWebAppSlotSiteConfigAutoHealSettingActionCustomActionArgs>? = null, minimumProcessExecutionTime: Output<String>? = null)

Properties

Link copied to clipboard
val actionType: Output<String>

Predefined action to be taken to an Auto Heal trigger. Possible values are CustomAction, LogEvent and Recycle.

Link copied to clipboard

A custom_action block as defined below.

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

The minimum amount of time in hh:mm:ss the Windows Web App Slot must have been running before the defined action will be run in the event of a trigger.

Functions

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