AWS Redshift · Schema

RestoreStatus

Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
Status object
CurrentRestoreRateInMegaBytesPerSecond object
SnapshotSizeInMegaBytes object
ProgressInMegaBytes object
ElapsedTimeInSeconds object
EstimatedTimeToCompletionInSeconds object
View JSON Schema on GitHub

JSON Schema

redshift-restore-status-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Status": {},
    "CurrentRestoreRateInMegaBytesPerSecond": {},
    "SnapshotSizeInMegaBytes": {},
    "ProgressInMegaBytes": {},
    "ElapsedTimeInSeconds": {},
    "EstimatedTimeToCompletionInSeconds": {}
  },
  "description": "Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-restore-status-schema.json",
  "title": "RestoreStatus"
}