Restore Table From Cluster Snapshot
GET {{aws_redshift_base_url}}/?ClusterIdentifier&NewTableName&SnapshotIdentifier&SourceDatabaseName&SourceTableName&SourceSchemaName&TargetDatabaseName&TargetSchemaName
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClusterIdentifier | null | The identifier of the Amazon Redshift cluster to restore the table to. | |
NewTableName | null | The name of the table to create as a result of the current request. | |
SnapshotIdentifier | null | The identifier of the snapshot to restore the table from. This snapshot must have been created from the Amazon Redshift cluster specified by the ClusterIdentifier parameter. | |
SourceDatabaseName | null | The name of the source database that contains the table to restore from. | |
SourceTableName | null | The name of the source table to restore from. | |
SourceSchemaName | null | The name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public. | |
TargetDatabaseName | null | The name of the database to restore the table to. | |
TargetSchemaName | null | The name of the schema to restore the table to. |