AWS Redshift · JSON Structure

Redshift Restore Table From Cluster Snapshot Result Structure

RestoreTableFromClusterSnapshotResult schema from Amazon Redshift

Type: object Properties: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

RestoreTableFromClusterSnapshotResult is a JSON Structure definition published by AWS Redshift, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TableRestoreStatus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "TableRestoreStatus": {
      "type": "object",
      "properties": {
        "TableRestoreRequestId": {},
        "Status": {},
        "Message": {},
        "RequestTime": {},
        "ProgressInMegaBytes": {},
        "TotalDataInMegaBytes": {},
        "ClusterIdentifier": {},
        "SnapshotIdentifier": {},
        "SourceDatabaseName": {},
        "SourceSchemaName": {},
        "SourceTableName": {},
        "TargetDatabaseName": {},
        "TargetSchemaName": {},
        "NewTableName": {}
      },
      "description": "Describes the status of a <a>RestoreTableFromClusterSnapshot</a> operation."
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-restore-table-from-cluster-snapshot-result-structure.json",
  "name": "RestoreTableFromClusterSnapshotResult",
  "description": "RestoreTableFromClusterSnapshotResult schema from Amazon Redshift"
}