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

PartnerIntegrationInputMessage

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

§Properties

§
AccountId: string
[src]

The Amazon Web Services account ID that owns the cluster.

§
ClusterIdentifier: string
[src]

The cluster identifier of the cluster that receives data from the partner.

§
DatabaseName: string
[src]

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

§
PartnerName: string
[src]

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