AWS Redshift · Schema

PartnerIntegrationInfo

Describes a partner integration.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
DatabaseName object
PartnerName object
Status object
StatusMessage object
CreatedAt object
UpdatedAt object
View JSON Schema on GitHub

JSON Schema

redshift-partner-integration-info-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "DatabaseName": {},
    "PartnerName": {},
    "Status": {},
    "StatusMessage": {},
    "CreatedAt": {},
    "UpdatedAt": {}
  },
  "description": "Describes a partner integration.",
  "$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-info-schema.json",
  "title": "PartnerIntegrationInfo"
}