AWS Redshift · JSON Structure

Redshift Data Share Association List Structure

DataShareAssociationList schema from Amazon Redshift

Type: array Properties: 0
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-data-share-association-list-structure.json",
  "name": "DataShareAssociationList",
  "description": "DataShareAssociationList schema from Amazon Redshift"
}