redshiftserverless_restore_table_from_snapshot: Restores a table from a snapshot to your Amazon Redshift...

View source: R/redshiftserverless_operations.R

redshiftserverless_restore_table_from_snapshotR Documentation

Restores a table from a snapshot to your Amazon Redshift Serverless instance

Description

Restores a table from a snapshot 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_snapshot/ for full documentation.

Usage

redshiftserverless_restore_table_from_snapshot(
  activateCaseSensitiveIdentifier = NULL,
  namespaceName,
  newTableName,
  snapshotName,
  sourceDatabaseName,
  sourceSchemaName = NULL,
  sourceTableName,
  targetDatabaseName = NULL,
  targetSchemaName = NULL,
  workgroupName
)

Arguments

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] The namespace of the snapshot to restore from.

newTableName

[required] The name of the table to create from the restore operation.

snapshotName

[required] The name of the snapshot 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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.