GetWarmPoolResult

data class GetWarmPoolResult(val instanceReusePolicy: WarmPoolInstanceReusePolicy? = null, val maxGroupPreparedCapacity: Int? = null, val minSize: Int? = null, val poolState: String? = null)

Constructors

Link copied to clipboard
constructor(instanceReusePolicy: WarmPoolInstanceReusePolicy? = null, maxGroupPreparedCapacity: Int? = null, minSize: Int? = null, poolState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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.

Link copied to clipboard
val minSize: Int? = null

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.

Link copied to clipboard
val poolState: String? = null

Sets the instance state to transition to after the lifecycle actions are complete. Default is Stopped .