AWS Redshift · JSON Structure

Redshift Data Transfer Progress Structure

Describes the status of a cluster while it is in the process of resizing with an incremental resize.

Type: object Properties: 6
AnalyticsBig DataCloud DatabaseData WarehouseSQL

DataTransferProgress 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 CurrentRateInMegaBytesPerSecond TotalDataInMegaBytes DataTransferredInMegaBytes EstimatedTimeToCompletionInSeconds ElapsedTimeInSeconds

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Status": {},
    "CurrentRateInMegaBytesPerSecond": {},
    "TotalDataInMegaBytes": {},
    "DataTransferredInMegaBytes": {},
    "EstimatedTimeToCompletionInSeconds": {},
    "ElapsedTimeInSeconds": {}
  },
  "description": "Describes the status of a cluster while it is in the process of resizing with an incremental resize.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-data-transfer-progress-structure.json",
  "name": "DataTransferProgress"
}