WarmPoolInstanceReusePolicyArgs

data class WarmPoolInstanceReusePolicyArgs(val reuseOnScaleIn: Output<Boolean>? = null) : ConvertibleToJava<WarmPoolInstanceReusePolicyArgs>

Constructors

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

Properties

Link copied to clipboard
val reuseOnScaleIn: Output<Boolean>? = null

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

Functions

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