Update Table Replica Auto Scaling

POST {{aws_dynamodb_base_url}}/?Action=UpdateTableReplicaAutoScaling

Updates auto scaling settings on your global tables at once.

Request Params

KeyDatatypeRequiredDescription
ActionstringName of the source table that is being restored.

Request Body

{"TableName"=>"postman"}

HEADERS

KeyDatatypeRequiredDescription
X-Amz-Targetstring
Content-Typestring

RESPONSES

status: OK

{"AccountMaxReadCapacityUnits":80000,"AccountMaxWriteCapacityUnits":80000,"TableMaxReadCapacityUnits":40000,"TableMaxWriteCapacityUnits":40000}