DaemonCircuitBreaker

Information about the circuit breaker used to determine when a daemon deployment has failed.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of times the circuit breaker detected a daemon deployment failure.

Link copied to clipboard

The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status is DISABLED.

Link copied to clipboard

The threshold which determines that the daemon deployment failed.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String