ThresholdType
Determines how the deployment circuit breaker calculates the task failure threshold from the threshold value.
Inheritors
Types
Link copied to clipboard
Amazon ECS calculates the failure threshold by multiplying value by the latest service desired count, then clamps the result to a minimum of 3 and a maximum of 200. This is the default threshold type.
Link copied to clipboard
Amazon ECS uses the integer provided in value directly as the failure threshold.
Link copied to clipboard
Link copied to clipboard
Amazon ECS calculates the failure threshold by multiplying value by the latest service desired count, without applying the 3-to-200 bounds. Use this when the desired count is large enough that the calculated threshold should be allowed to exceed 200.