| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
PoolState |
WarmPoolProps.Jsii$Proxy.getPoolState() |
default PoolState |
WarmPoolOptions.getPoolState()
The instance state to transition to after the lifecycle actions are complete.
|
PoolState |
WarmPoolOptions.Jsii$Proxy.getPoolState() |
static PoolState |
PoolState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoolState[] |
PoolState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WarmPoolProps.Builder |
WarmPoolProps.Builder.poolState(PoolState poolState)
Sets the value of
WarmPoolOptions.getPoolState() |
WarmPoolOptions.Builder |
WarmPoolOptions.Builder.poolState(PoolState poolState)
Sets the value of
WarmPoolOptions.getPoolState() |
WarmPool.Builder |
WarmPool.Builder.poolState(PoolState poolState)
The instance state to transition to after the lifecycle actions are complete.
|
Copyright © 2022. All rights reserved.