WindowsWebAppSlotSiteConfigAutoHealSettingTriggerArgs

data class WindowsWebAppSlotSiteConfigAutoHealSettingTriggerArgs(val privateMemoryKb: Output<Int>? = null, val requests: Output<WindowsWebAppSlotSiteConfigAutoHealSettingTriggerRequestsArgs>? = null, val slowRequest: Output<WindowsWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequestArgs>? = null, val slowRequestWithPaths: Output<List<WindowsWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgs>>? = null, val statusCodes: Output<List<WindowsWebAppSlotSiteConfigAutoHealSettingTriggerStatusCodeArgs>>? = null) : ConvertibleToJava<WindowsWebAppSlotSiteConfigAutoHealSettingTriggerArgs>

Constructors

Properties

Link copied to clipboard
val privateMemoryKb: Output<Int>? = null

The amount of Private Memory to be consumed for this rule to trigger. Possible values are between 102400 and 13631488.

Link copied to clipboard

A requests block as defined above.

Link copied to clipboard

A slow_request block as defined above.

Link copied to clipboard

One or more slow_request_with_path blocks as defined above.

Link copied to clipboard

One or more status_code blocks as defined above.

Functions

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