Restore Table From Cluster Snapshot

GET {{aws_redshift_base_url}}/?ClusterIdentifier&NewTableName&SnapshotIdentifier&SourceDatabaseName&SourceTableName&SourceSchemaName&TargetDatabaseName&TargetSchemaName

Request Params

KeyDatatypeRequiredDescription
ClusterIdentifiernullThe identifier of the Amazon Redshift cluster to restore the table to.
NewTableNamenullThe name of the table to create as a result of the current request.
SnapshotIdentifiernullThe 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.
SourceDatabaseNamenullThe name of the source database that contains the table to restore from.
SourceTableNamenullThe name of the source table to restore from.
SourceSchemaNamenullThe name of the source schema that contains the table to restore from. If you do not specify a SourceSchemaName value, the default is public.
TargetDatabaseNamenullThe name of the database to restore the table to.
TargetSchemaNamenullThe name of the schema to restore the table to.