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

DisassociateDataShareConsumerMessage

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

§Properties

§
ConsumerArn?: string | null
[src]

The Amazon Resource Name (ARN) of the consumer that association for the datashare is removed from.

§
DataShareArn: string
[src]

The Amazon Resource Name (ARN) of the datashare to remove association for.

§
DisassociateEntireAccount?: boolean | null
[src]

A value that specifies whether association for the datashare is removed from the entire account.