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

LogicalTableSource

import type { LogicalTableSource } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

interface LogicalTableSource {
DataSetArn?: string | null;
JoinInstruction?: JoinInstruction | null;
PhysicalTableId?: string | null;
}

§Properties

§
DataSetArn?: string | null
[src]

The Amazon Resource Number (ARN) of the parent dataset.

§
JoinInstruction?: JoinInstruction | null
[src]

Specifies the result of a join of two logical tables.

§
PhysicalTableId?: string | null
[src]

Physical table ID.