Chick-fil-A · Schema

RedshiftCluster

A Redshift cluster record.

Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

Properties

Name Type Description
Region string
ClusterIdentifier string
AccountAlias string
View JSON Schema on GitHub

JSON Schema

bovine-redshift-cluster-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RedshiftCluster",
  "description": "A Redshift cluster record.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/chickfila/refs/heads/main/json-schema/bovine-redshift-cluster-schema.json",
  "type": "object",
  "properties": {
    "Region": {
      "type": "string",
      "example": "us-east-1"
    },
    "ClusterIdentifier": {
      "type": "string",
      "example": "analytics-prod"
    },
    "AccountAlias": {
      "type": "string",
      "example": "prod-platform"
    }
  }
}