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

AuthorizeDataShareMessage

import type { AuthorizeDataShareMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface AuthorizeDataShareMessage {
ConsumerIdentifier: string;
DataShareArn: string;
}

§Properties

§
ConsumerIdentifier: string
[src]

The identifier of the data consumer that is authorized to access the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.

§
DataShareArn: string
[src]

The Amazon Resource Name (ARN) of the datashare that producers are to authorize sharing for.