Package-level declarations

Types

Link copied to clipboard
data class GetScalableTargetResult(val id: String? = null, val maxCapacity: Int? = null, val minCapacity: Int? = null, val scheduledActions: List<ScalableTargetScheduledAction>? = null, val suspendedState: ScalableTargetSuspendedState? = null)
Link copied to clipboard
data class ScalableTargetAction(val maxCapacity: Int? = null, val minCapacity: Int? = null)

specifies the minimum and maximum capacity

Link copied to clipboard
data class ScalableTargetScheduledAction(val endTime: String? = null, val scalableTargetAction: ScalableTargetAction? = null, val schedule: String, val scheduledActionName: String, val startTime: String? = null, val timezone: String? = null)

specifies a scheduled action for a scalable target

Link copied to clipboard
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