Builder
class Builder
Properties
Link copied to clipboard
Specifies whether the deployment circuit breaker resets its failure count when a task reaches a healthy state. When set to true, a task that reaches a healthy state resets the failure count to 0. When set to false, Amazon ECS does not reset the failure count. The default is true.
Link copied to clipboard
The threshold configuration that controls when the deployment circuit breaker triggers. The type and value together determine how many task failures are tolerated before the circuit breaker activates.
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.ecs.model.ThresholdConfiguration inside the given block