AWS Redshift · JSON Structure

Redshift Restore Status Structure

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

Type: object Properties: 6
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

Status CurrentRestoreRateInMegaBytesPerSecond SnapshotSizeInMegaBytes ProgressInMegaBytes ElapsedTimeInSeconds EstimatedTimeToCompletionInSeconds

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-restore-status-structure.json",
  "name": "RestoreStatus"
}