AWS Redshift · Schema
ResizeProgressMessage
Describes the result of a cluster resize operation.
AnalyticsBig DataCloud DatabaseData WarehouseSQL
Properties
| Name | Type | Description |
|---|---|---|
| TargetNodeType | object | |
| TargetNumberOfNodes | object | |
| TargetClusterType | object | |
| Status | object | |
| ImportTablesCompleted | object | |
| ImportTablesInProgress | object | |
| ImportTablesNotStarted | object | |
| AvgResizeRateInMegaBytesPerSecond | object | |
| TotalResizeDataInMegaBytes | object | |
| ProgressInMegaBytes | object | |
| ElapsedTimeInSeconds | object | |
| EstimatedTimeToCompletionInSeconds | object | |
| ResizeType | object | |
| Message | object | |
| TargetEncryptionType | object | |
| DataTransferProgressPercent | object |
JSON Schema
{
"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-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-resize-progress-message-schema.json",
"title": "ResizeProgressMessage"
}