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

CatalogTarget

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

Specifies an Glue Data Catalog target.

interface CatalogTarget {
ConnectionName?: string | null;
DatabaseName: string;
Tables: string[];
}

§Properties

§
ConnectionName?: string | null
[src]

The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a Catalog connection type paired with a NETWORK Connection type.

§
DatabaseName: string
[src]

The name of the database to be synchronized.

§
Tables: string[]
[src]

A list of the tables to be synchronized.