AWS Redshift · Schema

DataShare

DataShare schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
DataShareArn object
ProducerArn object
AllowPubliclyAccessibleConsumers object
DataShareAssociations object
ManagedBy object
View JSON Schema on GitHub

JSON Schema

redshift-data-share-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "DataShareArn": {},
    "ProducerArn": {},
    "AllowPubliclyAccessibleConsumers": {},
    "DataShareAssociations": {},
    "ManagedBy": {}
  },
  "$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-schema.json",
  "title": "DataShare",
  "description": "DataShare schema from Amazon Redshift"
}