ApplicationGatewayCustomErrorArgs

data class ApplicationGatewayCustomErrorArgs(val customErrorPageUrl: Output<String>? = null, val statusCode: Output<Either<String, ApplicationGatewayCustomErrorStatusCode>>? = null) : ConvertibleToJava<ApplicationGatewayCustomErrorArgs>

Custom error of an application gateway.

Constructors

Link copied to clipboard
constructor(customErrorPageUrl: Output<String>? = null, statusCode: Output<Either<String, ApplicationGatewayCustomErrorStatusCode>>? = null)

Properties

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

Error page URL of the application gateway custom error.

Link copied to clipboard

Status code of the application gateway custom error.

Functions

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