Update Table Replica Auto Scaling
POST {{aws_dynamodb_base_url}}/?Action=UpdateTableReplicaAutoScaling
Updates auto scaling settings on your global tables at once.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | Name of the source table that is being restored. |
Request Body
{"TableName"=>"postman"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Amz-Target | string | ||
Content-Type | string |
RESPONSES
status: OK
{"AccountMaxReadCapacityUnits":80000,"AccountMaxWriteCapacityUnits":80000,"TableMaxReadCapacityUnits":40000,"TableMaxWriteCapacityUnits":40000}