AWS Redshift · JSON Structure

Redshift Partner Integration Input Message Structure

PartnerIntegrationInputMessage schema from Amazon Redshift

Type: object Properties: 4 Required: 4
AnalyticsBig DataCloud DatabaseData WarehouseSQL

PartnerIntegrationInputMessage is a JSON Structure definition published by AWS Redshift, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AccountId ClusterIdentifier DatabaseName PartnerName

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "AccountId": {},
    "ClusterIdentifier": {},
    "DatabaseName": {},
    "PartnerName": {}
  },
  "required": [
    "AccountId",
    "ClusterIdentifier",
    "DatabaseName",
    "PartnerName"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-partner-integration-input-message-structure.json",
  "name": "PartnerIntegrationInputMessage",
  "description": "PartnerIntegrationInputMessage schema from Amazon Redshift"
}