Package-level declarations

Types

Link copied to clipboard
data class GetScalableTargetPlainArgs(val resourceId: String, val scalableDimension: String, val serviceNamespace: String) : ConvertibleToJava<GetScalableTargetPlainArgs>
Link copied to clipboard
data class ScalableTargetActionArgs(val maxCapacity: Output<Int>? = null, val minCapacity: Output<Int>? = null) : ConvertibleToJava<ScalableTargetActionArgs>

specifies the minimum and maximum capacity

Link copied to clipboard
data class ScalableTargetScheduledActionArgs(val endTime: Output<String>? = null, val scalableTargetAction: Output<ScalableTargetActionArgs>? = null, val schedule: Output<String>, val scheduledActionName: Output<String>, val startTime: Output<String>? = null, val timezone: Output<String>? = null) : ConvertibleToJava<ScalableTargetScheduledActionArgs>

specifies a scheduled action for a scalable target

Link copied to clipboard
data class ScalableTargetSuspendedStateArgs(val dynamicScalingInSuspended: Output<Boolean>? = null, val dynamicScalingOutSuspended: Output<Boolean>? = null, val scheduledScalingSuspended: Output<Boolean>? = null) : ConvertibleToJava<ScalableTargetSuspendedStateArgs>

specifies whether the scaling activities for a scalable target are in a suspended state