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
fun ApplicationGatewayCustomErrorArgs(customErrorPageUrl: Output<String>? = null, statusCode: Output<Either<String, ApplicationGatewayCustomErrorStatusCode>>? = null)

Functions

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

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.