Scalable Target Suspended State
data class ScalableTargetSuspendedState(val dynamicScalingInSuspended: Boolean? = null, val dynamicScalingOutSuspended: Boolean? = null, val scheduledScalingSuspended: Boolean? = null)
specifies whether the scaling activities for a scalable target are in a suspended state
Constructors
Link copied to clipboard
fun ScalableTargetSuspendedState(dynamicScalingInSuspended: Boolean? = null, dynamicScalingOutSuspended: Boolean? = null, scheduledScalingSuspended: Boolean? = null)