Chick-fil-A · JSON Structure

Bovine Redshift Cluster Structure

A Redshift cluster record.

Type: object Properties: 3
Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

RedshiftCluster is a JSON Structure definition published by Chick-fil-A, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Region ClusterIdentifier AccountAlias

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

JSON Structure

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