This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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" :Number}
YAML
DisableScaleIn:BooleanScaleInCooldown:IntegerScaleOutCooldown:IntegerTargetValue:Number
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 Minimum: 0Update 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 Minimum: 0Update requires: No interruption 
- TargetValue
- 
                    Defines a target value for the scaling policy. Required: Yes Type: Number Update requires: No interruption