AWS Redshift · Schema

DataShareAssociationList

DataShareAssociationList schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-data-share-association-list-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "ConsumerIdentifier": {},
      "Status": {},
      "ConsumerRegion": {},
      "CreatedDate": {},
      "StatusChangeDate": {}
    },
    "description": "The association of a datashare from a producer account with a data consumer. "
  },
  "$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-association-list-schema.json",
  "title": "DataShareAssociationList",
  "description": "DataShareAssociationList schema from Amazon Redshift"
}