Global Table Target Tracking Scaling Policy Configuration Args
data class GlobalTableTargetTrackingScalingPolicyConfigurationArgs(val disableScaleIn: Output<Boolean>? = null, val scaleInCooldown: Output<Int>? = null, val scaleOutCooldown: Output<Int>? = null, val targetValue: Output<Double>) : ConvertibleToJava<GlobalTableTargetTrackingScalingPolicyConfigurationArgs>
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.