Class: Aws::SecurityHub::Types::AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#enableBoolean

Whether to enable the deployment circuit breaker logic for the service.

Returns:

  • (Boolean)


9468
9469
9470
9471
9472
9473
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9468

class AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails < Struct.new(
  :enable,
  :rollback)
  SENSITIVE = []
  include Aws::Structure
end

#rollbackBoolean

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.

Returns:

  • (Boolean)


9468
9469
9470
9471
9472
9473
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9468

class AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails < Struct.new(
  :enable,
  :rollback)
  SENSITIVE = []
  include Aws::Structure
end