AWS Redshift · Schema

UsageLimitFeatureType

UsageLimitFeatureType schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-usage-limit-feature-type-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "spectrum",
    "concurrency-scaling",
    "cross-region-datasharing"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-usage-limit-feature-type-schema.json",
  "title": "UsageLimitFeatureType",
  "description": "UsageLimitFeatureType schema from Amazon Redshift"
}