- Navigation Guide
@aws-sdk/client-auto-scaling
PutWarmPoolCommandInput Interface
Members
Name | Type | Details |
---|---|---|
AutoScalingGroupName Required | string | undefined | The name of the Auto Scaling group. |
InstanceReusePolicy | InstanceReusePolicy | undefined | 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. |
MaxGroupPreparedCapacity | number | undefined | Specifies the maximum number of instances that are allowed to be in the warm pool or in any state except If a value for The size of the warm pool is dynamic. Only when If the desired capacity of the Auto Scaling group is higher than the |
MinSize | number | undefined | Specifies the minimum number of instances to maintain in the warm pool. This helps you to ensure that there is always a certain number of warmed instances available to handle traffic spikes. Defaults to 0 if not specified. |
PoolState | WarmPoolState | undefined | Sets the instance state to transition to after the lifecycle actions are complete. Default is |
Full Signature
export interface PutWarmPoolCommandInput extends PutWarmPoolType