Values.DaemonCircuitBreakerSourceInformation about the circuit breaker used to determine when a daemon deployment has failed.
type nonrec t = {failureCount : Integer.t option;The number of times the circuit breaker detected a daemon deployment failure.
*)status : DaemonDeploymentRollbackMonitorsStatus.t option;The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status is DISABLED.
*)threshold : Integer.t option;The threshold which determines that the daemon deployment failed.
*)}