AWS Redshift · JSON Structure

Redshift Create Usage Limit Message Structure

CreateUsageLimitMessage schema from Amazon Redshift

Type: object Properties: 7 Required: 4
AnalyticsBig DataCloud DatabaseData WarehouseSQL

CreateUsageLimitMessage is a JSON Structure definition published by AWS Redshift, describing 7 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClusterIdentifier FeatureType LimitType Amount Period BreachAction Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterIdentifier": {},
    "FeatureType": {},
    "LimitType": {},
    "Amount": {},
    "Period": {},
    "BreachAction": {},
    "Tags": {}
  },
  "required": [
    "ClusterIdentifier",
    "FeatureType",
    "LimitType",
    "Amount"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-create-usage-limit-message-structure.json",
  "name": "CreateUsageLimitMessage",
  "description": "CreateUsageLimitMessage schema from Amazon Redshift"
}