AWS Redshift · Schema

DescribePartnersInputMessage

DescribePartnersInputMessage schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

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

JSON Schema

redshift-describe-partners-input-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AccountId": {},
    "ClusterIdentifier": {},
    "DatabaseName": {},
    "PartnerName": {}
  },
  "required": [
    "AccountId",
    "ClusterIdentifier"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-describe-partners-input-message-schema.json",
  "title": "DescribePartnersInputMessage",
  "description": "DescribePartnersInputMessage schema from Amazon Redshift"
}