TableRestoreStatus

Describes the status of a RestoreTableFromClusterSnapshot operation.

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 that the table is being restored to.

Link copied to clipboard

A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.

Link copied to clipboard

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

Link copied to clipboard

The amount of data restored to the new table so far, in megabytes (MB).

Link copied to clipboard

The time that the table restore request was made, in Universal Coordinated Time (UTC).

Link copied to clipboard

The identifier of the snapshot that the table is being restored from.

Link copied to clipboard

The name of the source database that contains the table being restored.

Link copied to clipboard

The name of the source schema that contains the table being restored.

Link copied to clipboard

The name of the source table being restored.

Link copied to clipboard

A value that describes the current state of the table restore request.

Link copied to clipboard

The unique identifier for the table restore request.

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.

Link copied to clipboard

The total amount of data to restore to the new table, in megabytes (MB).

Functions

Link copied to clipboard
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