Class: Aws::ARCRegionswitch::Types::EcsCapacityIncreaseConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

The configuration for an Amazon Web Services ECS capacity increase.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_monitoring_approach ⇒ String

The monitoring approach specified for the configuration, for example, Most_Recent.

Returns:

  • (String)


763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 763

class EcsCapacityIncreaseConfiguration < Struct.new(
  :timeout_minutes,
  :services,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach,
  :wait_elb_target_group_healthy)
  SENSITIVE = []
  include Aws::Structure
end

#services ⇒ Array<Types::Service>

The services specified for the configuration.

Returns:



763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 763

class EcsCapacityIncreaseConfiguration < Struct.new(
  :timeout_minutes,
  :services,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach,
  :wait_elb_target_group_healthy)
  SENSITIVE = []
  include Aws::Structure
end

#target_percent ⇒ Integer

The target percentage specified for the configuration. The default is 100.

Returns:

  • (Integer)


763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 763

class EcsCapacityIncreaseConfiguration < Struct.new(
  :timeout_minutes,
  :services,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach,
  :wait_elb_target_group_healthy)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_minutes ⇒ Integer

The timeout value specified for the configuration.

Returns:

  • (Integer)


763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 763

class EcsCapacityIncreaseConfiguration < Struct.new(
  :timeout_minutes,
  :services,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach,
  :wait_elb_target_group_healthy)
  SENSITIVE = []
  include Aws::Structure
end

#ungraceful ⇒ Types::EcsUngraceful

The settings for ungraceful execution.



763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 763

class EcsCapacityIncreaseConfiguration < Struct.new(
  :timeout_minutes,
  :services,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach,
  :wait_elb_target_group_healthy)
  SENSITIVE = []
  include Aws::Structure
end

#wait_elb_target_group_healthy ⇒ String

If enabled, the step completes only after each attached ELB target group reports a healthy target count that matches the service's new desired task count calculated in the step.

Returns:

  • (String)


763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 763

class EcsCapacityIncreaseConfiguration < Struct.new(
  :timeout_minutes,
  :services,
  :ungraceful,
  :target_percent,
  :capacity_monitoring_approach,
  :wait_elb_target_group_healthy)
  SENSITIVE = []
  include Aws::Structure
end