Module: AWSCDK::Autoscaling::PoolState

Defined in:
autoscaling/pool_state.rb

Overview

The instance state in the warm pool.

Constant Summary collapse

HIBERNATED =
Deprecated.
Note:

Default:

Hibernated.

To use this state, prerequisites must be in place.

Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.PoolState", "HIBERNATED")
RUNNING =
Deprecated.
Note:

Default:

Running.

Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.PoolState", "RUNNING")
STOPPED =
Deprecated.
Note:

Default:

Stopped.

Jsii::Enum.new("aws-cdk-lib.aws_autoscaling.PoolState", "STOPPED")