ScalableTargetSuspendedState

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard