v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465272236.5 KB

Restores a table from a recovery point to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with interleaved sort keys.

post/#X-Amz-Target=RedshiftServerless.RestoreTableFromRecoveryPoint

Headers

X-Amz-Target'RedshiftServerless.RestoreTableFromRecoveryPoint' required

Request body

activateCaseSensitiveIdentifierboolean

Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false, the names are not case sensitive. The default is false.

namespaceNamestring required

Namespace of the recovery point to restore from.

newTableNamestring required

The name of the table to create from the restore operation.

recoveryPointIdstring required

The ID of the recovery point to restore the table from.

sourceDatabaseNamestring required

The name of the source database that contains the table being restored.

sourceSchemaNamestring

The name of the source schema that contains the table being restored.

sourceTableNamestring required

The name of the source table being restored.

targetDatabaseNamestring

The name of the database to restore the table to.

targetSchemaNamestring

The name of the schema to restore the table to.

workgroupNamestring required

The workgroup to restore the table to.

Response

Success