Enum PoolState
The instance state in the warm pool.
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum PoolState
Syntax (vb)
Public Enum PoolState
Synopsis
Fields
| HIBERNATED | Hibernated. |
| RUNNING | Running. |
| STOPPED | Stopped. |
Fields
| Name | Description |
|---|---|
| HIBERNATED | Hibernated. |
| RUNNING | Running. |
| STOPPED | Stopped. |