Target Suspended State
data class TargetSuspendedState(val dynamicScalingInSuspended: Boolean? = null, val dynamicScalingOutSuspended: Boolean? = null, val scheduledScalingSuspended: Boolean? = null)
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
.