AWS Redshift · JSON Structure

Redshift Usage Limit Structure

Describes a usage limit object for a cluster.

Type: object Properties: 8
AnalyticsBig DataCloud DatabaseData WarehouseSQL

UsageLimit is a JSON Structure definition published by AWS Redshift, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

UsageLimitId ClusterIdentifier FeatureType LimitType Amount Period BreachAction Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "UsageLimitId": {},
    "ClusterIdentifier": {},
    "FeatureType": {},
    "LimitType": {},
    "Amount": {},
    "Period": {},
    "BreachAction": {},
    "Tags": {}
  },
  "description": "Describes a usage limit object for a cluster. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-usage-limit-structure.json",
  "name": "UsageLimit"
}