PoolState

class aws_cdk.aws_autoscaling.PoolState(value)

Bases: Enum

The instance state in the warm pool.

Attributes

HIBERNATED

Hibernated.

To use this state, prerequisites must be in place.

See:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html

RUNNING

Running.

STOPPED

Stopped.