CrawlerJdbcTargetArgs

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

Constructors

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

Properties

Link copied to clipboard
val connectionName: Output<String>

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

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

Specify a value of RAWTYPES or COMMENTS to enable additional metadata intable responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database.

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

A list of glob patterns used to exclude from the crawl.

Link copied to clipboard
val path: Output<String>

The path of the JDBC target.

Functions

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