Class: Aws::SecurityHub::Types::AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Determines whether a service deployment fails if a service cannot reach a steady state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable ⇒ Boolean
Whether to enable the deployment circuit breaker logic for the service.
-
#rollback ⇒ Boolean
Whether to roll back the service if a service deployment fails.
Instance Attribute Details
#enable ⇒ Boolean
Whether to enable the deployment circuit breaker logic for the service.
9887 9888 9889 9890 9891 9892 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9887 class AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails < Struct.new( :enable, :rollback) SENSITIVE = [] include Aws::Structure end |
#rollback ⇒ Boolean
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.
9887 9888 9889 9890 9891 9892 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9887 class AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails < Struct.new( :enable, :rollback) SENSITIVE = [] include Aws::Structure end |