GlobalTableTargetTrackingScalingPolicyConfiguration

data class GlobalTableTargetTrackingScalingPolicyConfiguration(val disableScaleIn: Boolean? = null, val scaleInCooldown: Int? = null, val scaleOutCooldown: Int? = null, val targetValue: Double)

Constructors

fun GlobalTableTargetTrackingScalingPolicyConfiguration(disableScaleIn: Boolean? = null, scaleInCooldown: Int? = null, scaleOutCooldown: Int? = null, targetValue: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disableScaleIn: Boolean? = null
Link copied to clipboard
val scaleInCooldown: Int? = null
Link copied to clipboard
val scaleOutCooldown: Int? = null
Link copied to clipboard