AWS Redshift · Schema

PartnerIntegrationOutputMessage

PartnerIntegrationOutputMessage schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
DatabaseName object
PartnerName object
View JSON Schema on GitHub

JSON Schema

redshift-partner-integration-output-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "DatabaseName": {},
    "PartnerName": {}
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-partner-integration-output-message-schema.json",
  "title": "PartnerIntegrationOutputMessage",
  "description": "PartnerIntegrationOutputMessage schema from Amazon Redshift"
}