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

GlueTableReference

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

A reference to a table within an AWS Glue data catalog.

interface GlueTableReference {
databaseName: string;
tableName: string;
}

§Properties

§
databaseName: string
[src]

The name of the database the AWS Glue table belongs to.

§
tableName: string
[src]

The name of the AWS Glue table.