

# DaemonCircuitBreaker


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

## Contents


 ** failureCount **   <a name="ECS-Type-DaemonCircuitBreaker-failureCount"></a>
The number of times the circuit breaker detected a daemon deployment failure.  
Type: Integer  
Required: No

 ** status **   <a name="ECS-Type-DaemonCircuitBreaker-status"></a>
The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status is `DISABLED`.  
Type: String  
Valid Values: `TRIGGERED | MONITORING | MONITORING_COMPLETE | DISABLED`   
Required: No

 ** threshold **   <a name="ECS-Type-DaemonCircuitBreaker-threshold"></a>
The threshold which determines that the daemon deployment failed.  
Type: Integer  
Required: No

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/ecs-2014-11-13/DaemonCircuitBreaker) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/ecs-2014-11-13/DaemonCircuitBreaker) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/ecs-2014-11-13/DaemonCircuitBreaker) 