Application Gateway Custom Error Args
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)