Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PartnerIntegrationOutputMessage

import type { PartnerIntegrationOutputMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface PartnerIntegrationOutputMessage {
DatabaseName?: string | null;
PartnerName?: string | null;
}

§Properties

§
DatabaseName?: string | null
[src]

The name of the database that receives data from the partner.

§
PartnerName?: string | null
[src]

The name of the partner that is authorized to send data.