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

AssociateDataShareConsumerMessage

import type { AssociateDataShareConsumerMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface AssociateDataShareConsumerMessage {
AssociateEntireAccount?: boolean | null;
ConsumerArn?: string | null;
DataShareArn: string;
}

§Properties

§
AssociateEntireAccount?: boolean | null
[src]

A value that specifies whether the datashare is associated with the entire account.

§
ConsumerArn?: string | null
[src]

The Amazon Resource Name (ARN) of the consumer that is associated with the datashare.

§
DataShareArn: string
[src]

The Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the namespace.