failOpen

@JvmName(name = "xjpwixcwkphlyfkr")
suspend fun failOpen(value: Output<Boolean>)
@JvmName(name = "authugknyuojwynu")
suspend fun failOpen(value: Boolean?)

Parameters

value

Determines how the proxy behaves if the call to the extension fails or times out. When set to TRUE, request or response processing continues without error. Any subsequent extensions in the extension chain are also executed. When set to FALSE: * If response headers have not been delivered to the downstream client, a generic 500 error is returned to the client. The error response can be tailored by configuring a custom error response in the load balancer.