v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465272236.5 KB

Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with <a href="https://docs.aws.amazon.com/redshift/latest/dg/t_Sorting_data.html#t_Sorting_data-interleaved">interleaved sort keys</a>.

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

Headers

X-Amz-Target'RedshiftServerless.RestoreTableFromSnapshot' 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

The namespace of the snapshot to restore from.

newTableNamestring required

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

snapshotNamestring required

The name of the snapshot 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