Target Suspended State Args
data class TargetSuspendedStateArgs(val dynamicScalingInSuspended: Output<Boolean>? = null, val dynamicScalingOutSuspended: Output<Boolean>? = null, val scheduledScalingSuspended: Output<Boolean>? = null) : ConvertibleToJava<TargetSuspendedStateArgs>
Properties
Link copied to clipboard
Whether scale in by a target tracking scaling policy or a step scaling policy is suspended. Default is false
.
Link copied to clipboard
Whether scale out by a target tracking scaling policy or a step scaling policy is suspended. Default is false
.
Link copied to clipboard
Whether scheduled scaling is suspended. Default is false
.