AWS Redshift · JSON Structure

Redshift Resize Progress Message Structure

Describes the result of a cluster resize operation.

Type: object Properties: 16
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

TargetNodeType TargetNumberOfNodes TargetClusterType Status ImportTablesCompleted ImportTablesInProgress ImportTablesNotStarted AvgResizeRateInMegaBytesPerSecond TotalResizeDataInMegaBytes ProgressInMegaBytes ElapsedTimeInSeconds EstimatedTimeToCompletionInSeconds ResizeType Message TargetEncryptionType DataTransferProgressPercent

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "TargetNodeType": {},
    "TargetNumberOfNodes": {},
    "TargetClusterType": {},
    "Status": {},
    "ImportTablesCompleted": {},
    "ImportTablesInProgress": {},
    "ImportTablesNotStarted": {},
    "AvgResizeRateInMegaBytesPerSecond": {},
    "TotalResizeDataInMegaBytes": {},
    "ProgressInMegaBytes": {},
    "ElapsedTimeInSeconds": {},
    "EstimatedTimeToCompletionInSeconds": {},
    "ResizeType": {},
    "Message": {},
    "TargetEncryptionType": {},
    "DataTransferProgressPercent": {}
  },
  "description": "Describes the result of a cluster resize operation.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-resize-progress-message-structure.json",
  "name": "ResizeProgressMessage"
}