View source: R/redshiftserverless_operations.R
redshiftserverless_restore_table_from_recovery_point | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/redshiftserverless_restore_table_from_recovery_point/ for full documentation.
redshiftserverless_restore_table_from_recovery_point(
activateCaseSensitiveIdentifier = NULL,
namespaceName,
newTableName,
recoveryPointId,
sourceDatabaseName,
sourceSchemaName = NULL,
sourceTableName,
targetDatabaseName = NULL,
targetSchemaName = NULL,
workgroupName
)
activateCaseSensitiveIdentifier |
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. |
namespaceName |
[required] Namespace of the recovery point to restore from. |
newTableName |
[required] The name of the table to create from the restore operation. |
recoveryPointId |
[required] The ID of the recovery point to restore the table from. |
sourceDatabaseName |
[required] The name of the source database that contains the table being restored. |
sourceSchemaName |
The name of the source schema that contains the table being restored. |
sourceTableName |
[required] The name of the source table being restored. |
targetDatabaseName |
The name of the database to restore the table to. |
targetSchemaName |
The name of the schema to restore the table to. |
workgroupName |
[required] The workgroup to restore the table to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.