| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnWarmPool.Builder |
CfnWarmPool.Builder.autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
static CfnWarmPool.Builder |
CfnWarmPool.Builder.create(software.constructs.Construct scope,
String id) |
CfnWarmPool.Builder |
CfnWarmPool.Builder.instanceReusePolicy(CfnWarmPool.InstanceReusePolicyProperty instanceReusePolicy)
Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in.
|
CfnWarmPool.Builder |
CfnWarmPool.Builder.instanceReusePolicy(IResolvable instanceReusePolicy)
Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in.
|
CfnWarmPool.Builder |
CfnWarmPool.Builder.maxGroupPreparedCapacity(Number maxGroupPreparedCapacity)
Specifies 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.
|
CfnWarmPool.Builder |
CfnWarmPool.Builder.minSize(Number minSize)
Specifies the minimum number of instances to maintain in the warm pool.
|
CfnWarmPool.Builder |
CfnWarmPool.Builder.poolState(String poolState)
Sets the instance state to transition to after the lifecycle actions are complete.
|
Copyright © 2022. All rights reserved.