FailureStatusCodeRangeArgs

data class FailureStatusCodeRangeArgs(val max: Output<Int>? = null, val min: Output<Int>? = null) : ConvertibleToJava<FailureStatusCodeRangeArgs>

The failure http status code range

Constructors

Link copied to clipboard
constructor(max: Output<Int>? = null, min: Output<Int>? = null)

Properties

Link copied to clipboard
val max: Output<Int>? = null

The maximum http status code.

Link copied to clipboard
val min: Output<Int>? = null

The minimum http status code.

Functions

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