RestoreTableFromClusterSnapshotRequest
Types
Properties
The identifier of the Amazon Redshift cluster to restore the table to.
Indicates whether name identifiers for database, schema, and table are case sensitive. If true
, the names are case sensitive. If false
(default), the names are not case sensitive.
The name of the table to create as a result of the current request.
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.
The name of the source database that contains the table to restore from.
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
.
The name of the source table to restore from.
The name of the database to restore the table to.
The name of the schema to restore the table to.