AWS::DynamoDB::GlobalTable TargetTrackingScalingPolicyConfiguration
Defines a target tracking scaling policy.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DisableScaleIn" :Boolean, "ScaleInCooldown" :Integer, "ScaleOutCooldown" :Integer, "TargetValue" :Double}
YAML
DisableScaleIn:BooleanScaleInCooldown:IntegerScaleOutCooldown:IntegerTargetValue:Double
Properties
DisableScaleIn-
Indicates whether scale in by the target tracking scaling policy is disabled. The default value is
false.Required: No
Type: Boolean
Update requires: No interruption
ScaleInCooldown-
The amount of time, in seconds, after a scale-in activity completes before another scale-in activity can start.
Required: No
Type: Integer
Update requires: No interruption
ScaleOutCooldown-
The amount of time, in seconds, after a scale-out activity completes before another scale-out activity can start.
Required: No
Type: Integer
Update requires: No interruption
TargetValue-
Defines a target value for the scaling policy.
Required: Yes
Type: Double
Update requires: No interruption