AWS Redshift · Schema

DataShareAssociation

The association of a datashare from a producer account with a data consumer.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ConsumerIdentifier object
Status object
ConsumerRegion object
CreatedDate object
StatusChangeDate object
View JSON Schema on GitHub

JSON Schema

redshift-data-share-association-schema.json Raw ↑
{
  "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-schema.json",
  "title": "DataShareAssociation"
}