AWS Redshift · Schema

CustomerStorageMessage

CustomerStorageMessage schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
TotalBackupSizeInMegaBytes object
TotalProvisionedStorageInMegaBytes object
View JSON Schema on GitHub

JSON Schema

redshift-customer-storage-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "TotalBackupSizeInMegaBytes": {},
    "TotalProvisionedStorageInMegaBytes": {}
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-customer-storage-message-schema.json",
  "title": "CustomerStorageMessage",
  "description": "CustomerStorageMessage schema from Amazon Redshift"
}