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

JoinKeyProperties

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

Properties associated with the columns participating in a join.

interface JoinKeyProperties {
UniqueKey?: boolean | null;
}

§Properties

§
UniqueKey?: boolean | null
[src]

A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.