AWS Redshift · Schema

DataShareStatusForProducer

DataShareStatusForProducer schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-data-share-status-for-producer-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "ACTIVE",
    "AUTHORIZED",
    "PENDING_AUTHORIZATION",
    "DEAUTHORIZED",
    "REJECTED"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-data-share-status-for-producer-schema.json",
  "title": "DataShareStatusForProducer",
  "description": "DataShareStatusForProducer schema from Amazon Redshift"
}