| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
WarmPool.Builder |
WarmPool.Builder.autoScalingGroup(IAutoScalingGroup autoScalingGroup)
The Auto Scaling group to add the warm pool to.
|
static WarmPool.Builder |
WarmPool.Builder.create(software.constructs.Construct scope,
String id) |
WarmPool.Builder |
WarmPool.Builder.maxGroupPreparedCapacity(Number maxGroupPreparedCapacity)
The maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.
|
WarmPool.Builder |
WarmPool.Builder.minSize(Number minSize)
The minimum number of instances to maintain in the warm pool.
|
WarmPool.Builder |
WarmPool.Builder.poolState(PoolState poolState)
The instance state to transition to after the lifecycle actions are complete.
|
WarmPool.Builder |
WarmPool.Builder.reuseOnScaleIn(Boolean reuseOnScaleIn)
Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in.
|
Copyright © 2022. All rights reserved.