AWS Redshift · JSON Structure

Redshift Usage Limit List Structure

UsageLimitList schema from Amazon Redshift

Type: object Properties: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

UsageLimitList 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

UsageLimits Marker

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "UsageLimits": {},
    "Marker": {}
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-usage-limit-list-structure.json",
  "name": "UsageLimitList",
  "description": "UsageLimitList schema from Amazon Redshift"
}