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

JdbcTarget

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

Specifies a JDBC data store to crawl.

interface JdbcTarget {
ConnectionName?: string | null;
Exclusions?: string[] | null;
Path?: string | null;
}

§Properties

§
ConnectionName?: string | null
[src]

The name of the connection to use to connect to the JDBC target.

§
Exclusions?: string[] | null
[src]

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

§
Path?: string | null
[src]

The path of the JDBC target.