AWS::DynamoDB::GlobalTable ReadProvisionedThroughputSettings - 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 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:

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: 1

Update requires: No interruption