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

DataShare

import type { DataShare } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface DataShare {
AllowPubliclyAccessibleConsumers?: boolean | null;
DataShareArn?: string | null;
DataShareAssociations: DataShareAssociation[];
ManagedBy?: string | null;
ProducerArn?: string | null;
}

§Properties

§
AllowPubliclyAccessibleConsumers?: boolean | null
[src]

A value that specifies whether the datashare can be shared to a publicly accessible cluster.

§
DataShareArn?: string | null
[src]

An Amazon Resource Name (ARN) that references the datashare that is owned by a specific namespace of the producer cluster. A datashare ARN is in the arn:aws:redshift:{region}:{account-id}:{datashare}:{namespace-guid}/{datashare-name} format.

§
DataShareAssociations: DataShareAssociation[]
[src]

A value that specifies when the datashare has an association between a producer and data consumers.

§
ManagedBy?: string | null
[src]

The identifier of a datashare to show its managing entity.

§
ProducerArn?: string | null
[src]

The Amazon Resource Name (ARN) of the producer.