AWS Redshift · Schema

UsageLimitBreachAction

UsageLimitBreachAction schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-usage-limit-breach-action-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "log",
    "emit-metric",
    "disable"
  ],
  "$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-breach-action-schema.json",
  "title": "UsageLimitBreachAction",
  "description": "UsageLimitBreachAction schema from Amazon Redshift"
}