ApplicationGatewayCustomErrorArgs

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

Customer 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 customer error.

Link copied to clipboard

Status code of the application gateway customer error.

Functions

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