AWS Redshift · Schema

UsageLimitPeriod

UsageLimitPeriod schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-usage-limit-period-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "daily",
    "weekly",
    "monthly"
  ],
  "$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-period-schema.json",
  "title": "UsageLimitPeriod",
  "description": "UsageLimitPeriod schema from Amazon Redshift"
}