RestoreTableFromClusterSnapshotRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the Amazon Redshift cluster to restore the table to.

Link copied to clipboard

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.

Link copied to clipboard

The name of the table to create as a result of the current request.

Link copied to clipboard

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.

Link copied to clipboard

The name of the source database that contains the table to restore from.

Link copied to clipboard

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.

Link copied to clipboard

The name of the source table to restore from.

Link copied to clipboard

The name of the database to restore the table to.

Link copied to clipboard

The name of the schema to restore the table to.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String