Uses of Class
software.amazon.awscdk.services.autoscaling.CfnWarmPool.Builder
Packages that use CfnWarmPool.Builder
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of CfnWarmPool.Builder in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return CfnWarmPool.BuilderModifier and TypeMethodDescriptionCfnWarmPool.Builder.autoScalingGroupName
(String autoScalingGroupName) The name of the Auto Scaling group.static 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.instanceReusePolicy
(CfnWarmPool.InstanceReusePolicyProperty instanceReusePolicy) Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in.CfnWarmPool.Builder.maxGroupPreparedCapacity
(Number maxGroupPreparedCapacity) Specifies the maximum number of instances that are allowed to be in the warm pool or in any state exceptTerminated
for the Auto Scaling group.Specifies the minimum number of instances to maintain in the warm pool.Sets the instance state to transition to after the lifecycle actions are complete.