Global Table Target Tracking Scaling Policy Configuration
data class GlobalTableTargetTrackingScalingPolicyConfiguration(val disableScaleIn: Boolean? = null, val scaleInCooldown: Int? = null, val scaleOutCooldown: Int? = null, val targetValue: Double)
Constructors
Link copied to clipboard
fun GlobalTableTargetTrackingScalingPolicyConfiguration(disableScaleIn: Boolean? = null, scaleInCooldown: Int? = null, scaleOutCooldown: Int? = null, targetValue: Double)