Amazon Keyspaces · Arazzo Workflow
Amazon Keyspaces Restore Table
Version 1.0.0
Restore a table to a point in time and wait for the restored copy to be ACTIVE.
Provider
Workflows
restore-table
Restore a table to a point in time and poll until the target is ACTIVE.
Confirms the source table, restores it to a new target table at a given timestamp, then polls the target table until it becomes ACTIVE.
1
confirmSource
GetTable
Read the source table to confirm it exists and is ACTIVE before starting the restore.
2
restore
RestoreTable
Restore the source table to a new target table at the supplied timestamp.
3
waitForActive
GetTable
Poll the restored target table until the service completes the RESTORING transition and reports ACTIVE. While the status is RESTORING the step loops back on itself.