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 AWS 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
Update requires: No interruption