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

KeyDatatypeRequiredDescription
ActionstringName of the source table that is being restored.

Request Body

{"TargetTableName"=>"Thread", "UseLatestRestorableTime"=>1}

HEADERS

KeyDatatypeRequiredDescription
X-Amz-Targetstring
Content-Typestring

RESPONSES

status: OK

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