Warm Pool Args
data class WarmPoolArgs(val autoScalingGroupName: Output<String>? = null, val instanceReusePolicy: Output<WarmPoolInstanceReusePolicyArgs>? = null, val maxGroupPreparedCapacity: Output<Int>? = null, val minSize: Output<Int>? = null, val poolState: Output<String>? = null) : ConvertibleToJava<WarmPoolArgs>
Resource schema for AWS::AutoScaling::WarmPool.
Constructors
Link copied to clipboard
constructor(autoScalingGroupName: Output<String>? = null, instanceReusePolicy: Output<WarmPoolInstanceReusePolicyArgs>? = null, maxGroupPreparedCapacity: Output<Int>? = null, minSize: Output<Int>? = null, poolState: Output<String>? = null)
Properties
Link copied to clipboard
The name of the Auto Scaling group.
Link copied to clipboard
Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in. The default is to terminate instances in the Auto Scaling group when the group scales in.
Link copied to clipboard
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. This is an optional property. Specify it only if you do not want the warm pool size to be determined by the difference between the group's maximum capacity and its desired capacity.