LinuxWebAppSiteConfigAutoHealSettingTriggerStatusCodeArgs

data class LinuxWebAppSiteConfigAutoHealSettingTriggerStatusCodeArgs(val count: Output<Int>, val interval: Output<String>, val path: Output<String>? = null, val statusCodeRange: Output<String>, val subStatus: Output<Int>? = null, val win32StatusCode: Output<Int>? = null) : ConvertibleToJava<LinuxWebAppSiteConfigAutoHealSettingTriggerStatusCodeArgs>

Constructors

constructor(count: Output<Int>, interval: Output<String>, path: Output<String>? = null, statusCodeRange: Output<String>, subStatus: Output<Int>? = null, win32StatusCode: Output<Int>? = null)

Properties

Link copied to clipboard
val count: Output<Int>

The number of occurrences of the defined status_code in the specified interval on which to trigger this rule.

Link copied to clipboard
val interval: Output<String>

The time interval in the form hh:mm:ss.

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

The path to which this rule status code applies.

Link copied to clipboard
val statusCodeRange: Output<String>

The status code for this rule, accepts single status codes and status code ranges. e.g. 500 or 400-499. Possible values are integers between 101 and 599

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

The Request Sub Status of the Status Code.

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

The Win32 Status Code of the Request.

Functions

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