Restore Table To Point In Time
POST {{aws_dynamodb_base_url}}/?Action=RestoreTableToPointInTime
Restores the specified table to the specified point in time within EarliestRestorableDateTime and LatestRestorableDateTime. You can restore your table to any point in time during the last 35 days. Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
Action | string | Name of the source table that is being restored. |
Request Body
{"TargetTableName"=>"Thread", "UseLatestRestorableTime"=>1}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
X-Amz-Target | string | ||
Content-Type | string |
RESPONSES
status: OK
{"AccountMaxReadCapacityUnits":80000,"AccountMaxWriteCapacityUnits":80000,"TableMaxReadCapacityUnits":40000,"TableMaxWriteCapacityUnits":40000}