AWS::DynamoDB::GlobalTable TargetTrackingScalingPolicyConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: Boolean ScaleInCooldown: Integer ScaleOutCooldown: Integer TargetValue: 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