DeploymentCircuitBreakerResponse

data class DeploymentCircuitBreakerResponse(val enable: Boolean? = null, val rollback: Boolean? = null)

Definition of DeploymentCircuitBreaker

Constructors

Link copied to clipboard
constructor(enable: Boolean? = null, rollback: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enable: Boolean? = null

Determines whether to use the deployment circuit breaker logic for the service.

Link copied to clipboard
val rollback: Boolean? = null

Determines whether to configure Amazon ECS to roll back the service if a service deployment fails. If rollback is on, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.