AWS Redshift · JSON Structure

Redshift Describe Usage Limits Message Structure

DescribeUsageLimitsMessage schema from Amazon Redshift

Type: object Properties: 7
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

UsageLimitId ClusterIdentifier FeatureType MaxRecords Marker TagKeys TagValues

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "UsageLimitId": {},
    "ClusterIdentifier": {},
    "FeatureType": {},
    "MaxRecords": {},
    "Marker": {},
    "TagKeys": {},
    "TagValues": {}
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-describe-usage-limits-message-structure.json",
  "name": "DescribeUsageLimitsMessage",
  "description": "DescribeUsageLimitsMessage schema from Amazon Redshift"
}