WarmPoolInstanceReusePolicy

data class WarmPoolInstanceReusePolicy(val reuseOnScaleIn: Boolean? = null)

Constructors

Link copied to clipboard
constructor(reuseOnScaleIn: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val reuseOnScaleIn: Boolean? = null

Specifies whether instances in the Auto Scaling group can be returned to the warm pool on scale in.