DaemonCircuitBreaker
Information about the circuit breaker used to determine when a daemon deployment has failed.
Contents
- failureCount
-
The number of times the circuit breaker detected a daemon deployment failure.
Type: Integer
Required: No
- status
-
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 | DISABLEDRequired: No
- threshold
-
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 AWS SDKs, see the following: