CreateUsageLimitMessage schema from Amazon Redshift
{ "type": "object", "properties": { "ClusterIdentifier": {}, "FeatureType": {}, "LimitType": {}, "Amount": {}, "Period": {}, "BreachAction": {}, "Tags": {} }, "required": [ "ClusterIdentifier", "FeatureType", "LimitType", "Amount" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-create-usage-limit-message-schema.json", "title": "CreateUsageLimitMessage", "description": "CreateUsageLimitMessage schema from Amazon Redshift" }