Response Based Origin Error Detection Parameters Args
data class ResponseBasedOriginErrorDetectionParametersArgs(val httpErrorRanges: Output<List<HttpErrorRangeParametersArgs>>? = null, val responseBasedDetectedErrorTypes: Output<ResponseBasedDetectedErrorTypes>? = null, val responseBasedFailoverThresholdPercentage: Output<Int>? = null) : ConvertibleToJava<ResponseBasedOriginErrorDetectionParametersArgs>
The JSON object that contains the properties to determine origin health using real requests/responses.
Constructors
Link copied to clipboard
fun ResponseBasedOriginErrorDetectionParametersArgs(httpErrorRanges: Output<List<HttpErrorRangeParametersArgs>>? = null, responseBasedDetectedErrorTypes: Output<ResponseBasedDetectedErrorTypes>? = null, responseBasedFailoverThresholdPercentage: Output<Int>? = null)