AWS Redshift · JSON Structure

Redshift Customer Storage Message Structure

CustomerStorageMessage schema from Amazon Redshift

Type: object Properties: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

TotalBackupSizeInMegaBytes TotalProvisionedStorageInMegaBytes

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "TotalBackupSizeInMegaBytes": {},
    "TotalProvisionedStorageInMegaBytes": {}
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-customer-storage-message-structure.json",
  "name": "CustomerStorageMessage",
  "description": "CustomerStorageMessage schema from Amazon Redshift"
}