WarmPoolArgs

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

Resource schema for AWS::AutoScaling::WarmPool.

Constructors

Link copied to clipboard
fun WarmPoolArgs(autoScalingGroupName: Output<String>? = null, instanceReusePolicy: Output<WarmPoolInstanceReusePolicyArgs>? = null, maxGroupPreparedCapacity: Output<Int>? = null, minSize: Output<Int>? = null, poolState: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val autoScalingGroupName: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val maxGroupPreparedCapacity: Output<Int>? = null
Link copied to clipboard
val minSize: Output<Int>? = null
Link copied to clipboard
val poolState: Output<String>? = null