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

TableReference

import type { TableReference } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";

A pointer to the data set that underlies this table. Currently, this can only be an AWS Glue table.

interface TableReference {
glue?: GlueTableReference | null;
}

§Properties

§

If present, a reference to the AWS Glue table referred to by this table reference.