BackendCircuitBreakerArgs

data class BackendCircuitBreakerArgs(val rules: Output<List<CircuitBreakerRuleArgs>>? = null) : ConvertibleToJava<BackendCircuitBreakerArgs>

The configuration of the backend circuit breaker

Constructors

Link copied to clipboard
constructor(rules: Output<List<CircuitBreakerRuleArgs>>? = null)

Properties

Link copied to clipboard
val rules: Output<List<CircuitBreakerRuleArgs>>? = null

The rules for tripping the backend.

Functions

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