deploymentCircuitBreaker

@JvmName(name = "exbadxlhsxyhsdyo")
suspend fun deploymentCircuitBreaker(value: Output<ServiceDeploymentCircuitBreakerArgs>)
@JvmName(name = "clexwghdmckgrymh")
suspend fun deploymentCircuitBreaker(value: ServiceDeploymentCircuitBreakerArgs?)

Parameters

value

The deployment circuit breaker can only be used for services using the rolling update (`ECS`) deployment type. The deployment circuit breaker determines whether a service deployment will fail if the service can't reach a steady state. If you use the deployment circuit breaker, a service deployment will transition to a failed state and stop launching new tasks. If you use the rollback option, when a service deployment fails, the service is rolled back to the last deployment that completed successfully. For more information, see Rolling update in the Amazon Elastic Container Service Developer Guide


@JvmName(name = "pkbobhxpyomrdbqy")
suspend fun deploymentCircuitBreaker(argument: suspend ServiceDeploymentCircuitBreakerArgsBuilder.() -> Unit)

Parameters

argument

The deployment circuit breaker can only be used for services using the rolling update (`ECS`) deployment type. The deployment circuit breaker determines whether a service deployment will fail if the service can't reach a steady state. If you use the deployment circuit breaker, a service deployment will transition to a failed state and stop launching new tasks. If you use the rollback option, when a service deployment fails, the service is rolled back to the last deployment that completed successfully. For more information, see Rolling update in the Amazon Elastic Container Service Developer Guide