class Aws::SecurityHub::Types::AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails

Determines whether a service deployment fails if a service cannot reach a steady state.

@note When making an API call, you may pass AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails

data as a hash:

    {
      enable: false,
      rollback: false,
    }

@!attribute [rw] enable

Whether to enable the deployment circuit breaker logic for the
service.
@return [Boolean]

@!attribute [rw] rollback

Whether to roll back the service if a service deployment fails. If
rollback is enabled, when a service deployment fails, the service is
rolled back to the last deployment that completed successfully.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails AWS API Documentation

Constants

SENSITIVE