TableRestoreStatus - Amazon Redshift Serverless
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

TableRestoreStatus

Contains information about a table restore request.

Contents

message

A message that explains the returned status. For example, if the status of the operation is FAILED, the message explains why the operation failed.

Type: String

Required: No

namespaceName

The namespace of the table being restored from.

Type: String

Required: No

newTableName

The name of the table to create from the restore operation.

Type: String

Required: No

progressInMegaBytes

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

Type: Long

Required: No

recoveryPointId

The ID of the recovery point being restored from.

Type: String

Required: No

requestTime

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

Type: Timestamp

Required: No

snapshotName

The name of the snapshot being restored from.

Type: String

Required: No

sourceDatabaseName

The name of the source database being restored from.

Type: String

Required: No

sourceSchemaName

The name of the source schema being restored from.

Type: String

Required: No

sourceTableName

The name of the source table being restored from.

Type: String

Required: No

status

A value that describes the current state of the table restore request. Possible values are SUCCEEDED, FAILED, CANCELED, PENDING, and IN_PROGRESS.

Type: String

Required: No

tableRestoreRequestId

The ID of the RestoreTableFromSnapshot request.

Type: String

Required: No

targetDatabaseName

The name of the database to restore to.

Type: String

Required: No

targetSchemaName

The name of the schema to restore to.

Type: String

Required: No

totalDataInMegaBytes

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

Type: Long

Required: No

workgroupName

The name of the workgroup being restored from.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: