PoolState

class aws_cdk.aws_autoscaling.PoolState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

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.