GroupWarmPoolArgs

data class GroupWarmPoolArgs(val instanceReusePolicy: Output<GroupWarmPoolInstanceReusePolicyArgs>? = null, val maxGroupPreparedCapacity: Output<Int>? = null, val minSize: Output<Int>? = null, val poolState: Output<String>? = null) : ConvertibleToJava<GroupWarmPoolArgs>

Constructors

Link copied to clipboard
constructor(instanceReusePolicy: Output<GroupWarmPoolInstanceReusePolicyArgs>? = null, maxGroupPreparedCapacity: Output<Int>? = null, minSize: Output<Int>? = null, poolState: Output<String>? = null)

Properties

Link copied to clipboard

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
val maxGroupPreparedCapacity: Output<Int>? = null

Total maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.

Link copied to clipboard
val minSize: Output<Int>? = null

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: Output<String>? = null

Sets the instance state to transition to after the lifecycle hooks finish. Valid values are: Stopped (default), Running or Hibernated.

Functions

Link copied to clipboard
open override fun toJava(): GroupWarmPoolArgs