CrawlerJdbcTargetArgs

data class CrawlerJdbcTargetArgs(val connectionName: Output<String>? = null, val enableAdditionalMetadata: Output<List<String>>? = null, val exclusions: Output<List<String>>? = null, val path: Output<String>? = null) : ConvertibleToJava<CrawlerJdbcTargetArgs>

Specifies a JDBC data store to crawl.

Constructors

Link copied to clipboard
constructor(connectionName: Output<String>? = null, enableAdditionalMetadata: Output<List<String>>? = null, exclusions: Output<List<String>>? = null, path: Output<String>? = null)

Properties

Link copied to clipboard
val connectionName: Output<String>? = null

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

Link copied to clipboard
val enableAdditionalMetadata: Output<List<String>>? = null

Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database. If you do not need additional metadata, keep the field empty.

Link copied to clipboard
val exclusions: Output<List<String>>? = null

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

Link copied to clipboard
val path: Output<String>? = null

The path of the JDBC target.

Functions

Link copied to clipboard
open override fun toJava(): CrawlerJdbcTargetArgs