| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SecurityHub.Types.AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
Description
Synopsis
- data AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails = AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails' {}
- newAwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails :: AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
- awsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails_rollback :: Lens' AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails (Maybe Bool)
- awsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails_enable :: Lens' AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails (Maybe Bool)
Documentation
data AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails Source #
Determines whether a service deployment fails if a service cannot reach a steady state.
See: newAwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails smart constructor.
Constructors
| AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails' | |
Fields
| |
Instances
newAwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails :: AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails Source #
Create a value of AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rollback:AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails', awsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails_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.
$sel:enable:AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails', awsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails_enable - Whether to enable the deployment circuit breaker logic for the service.
awsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails_rollback :: Lens' AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails (Maybe Bool) Source #
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.
awsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails_enable :: Lens' AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails (Maybe Bool) Source #
Whether to enable the deployment circuit breaker logic for the service.