Backend Circuit Breaker Args
data class BackendCircuitBreakerArgs(val rules: Output<List<CircuitBreakerRuleArgs>>? = null) : ConvertibleToJava<BackendCircuitBreakerArgs>
The configuration of the backend circuit breaker
The configuration of the backend circuit breaker