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 ReadProvisionedThroughputSettings
Allows you to specify the read capacity settings for a replica table or a replica global
         secondary index when the BillingMode is set to PROVISIONED. You
         must specify a value for either ReadCapacityUnits or
            ReadCapacityAutoScalingSettings, but not both. You can switch between fixed
         capacity and auto scaling.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ReadCapacityAutoScalingSettings" :CapacityAutoScalingSettings, "ReadCapacityUnits" :Integer}
Properties
- ReadCapacityAutoScalingSettings
- 
                    Specifies auto scaling settings for the replica table or global secondary index. Required: No Type: CapacityAutoScalingSettings Update requires: No interruption 
- ReadCapacityUnits
- 
                    Specifies a fixed read capacity for the replica table or global secondary index. Required: No Type: Integer Minimum: 1Update requires: No interruption