ApplicationGatewayCustomErrorConfigurationArgs

data class ApplicationGatewayCustomErrorConfigurationArgs(val customErrorPageUrl: Output<String>, val id: Output<String>? = null, val statusCode: Output<String>) : ConvertibleToJava<ApplicationGatewayCustomErrorConfigurationArgs>

Constructors

constructor(customErrorPageUrl: Output<String>, id: Output<String>? = null, statusCode: Output<String>)

Properties

Link copied to clipboard

Error page URL of the application gateway customer error.

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

The ID of the Rewrite Rule Set

Link copied to clipboard
val statusCode: Output<String>

Status code of the application gateway customer error. Possible values are HttpStatus400, HttpStatus403, HttpStatus404, HttpStatus405, HttpStatus408, HttpStatus500, HttpStatus502, HttpStatus503 and HttpStatus504

Functions

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