Contents:
aws_cdk.aws_autoscaling.
PoolState
Bases: enum.Enum
enum.Enum
The instance state in the warm pool.
Attributes
HIBERNATED
Hibernated.
To use this state, prerequisites must be in place.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html
RUNNING
Running.
STOPPED
Stopped.