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)
Properties
Link copied to clipboard
Indicates whether scale in by the target tracking scaling policy is disabled. The default value is false
.
Link copied to clipboard
The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start.
Link copied to clipboard
The amount of time, in seconds, after a scale-out activity completes before another scale-out activity can start.
Link copied to clipboard
Defines a target value for the scaling policy.