Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::AutoScaling::Types::WarmPoolConfiguration

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

Overview

Describes a warm pool configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_reuse_policyTypes::InstanceReusePolicy

The instance reuse policy.


8336
8337
8338
8339
8340
8341
8342
8343
8344
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 8336

class WarmPoolConfiguration < Struct.new(
  :max_group_prepared_capacity,
  :min_size,
  :pool_state,
  :status,
  :instance_reuse_policy)
  SENSITIVE = []
  include Aws::Structure
end

#max_group_prepared_capacityInteger

The maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.

Returns:

  • (Integer)

8336
8337
8338
8339
8340
8341
8342
8343
8344
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 8336

class WarmPoolConfiguration < Struct.new(
  :max_group_prepared_capacity,
  :min_size,
  :pool_state,
  :status,
  :instance_reuse_policy)
  SENSITIVE = []
  include Aws::Structure
end

#min_sizeInteger

The minimum number of instances to maintain in the warm pool.

Returns:

  • (Integer)

8336
8337
8338
8339
8340
8341
8342
8343
8344
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 8336

class WarmPoolConfiguration < Struct.new(
  :max_group_prepared_capacity,
  :min_size,
  :pool_state,
  :status,
  :instance_reuse_policy)
  SENSITIVE = []
  include Aws::Structure
end

#pool_stateString

The instance state to transition to after the lifecycle actions are complete.

Returns:

  • (String)

8336
8337
8338
8339
8340
8341
8342
8343
8344
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 8336

class WarmPoolConfiguration < Struct.new(
  :max_group_prepared_capacity,
  :min_size,
  :pool_state,
  :status,
  :instance_reuse_policy)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of a warm pool that is marked for deletion.

Returns:

  • (String)

8336
8337
8338
8339
8340
8341
8342
8343
8344
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 8336

class WarmPoolConfiguration < Struct.new(
  :max_group_prepared_capacity,
  :min_size,
  :pool_state,
  :status,
  :instance_reuse_policy)
  SENSITIVE = []
  include Aws::Structure
end