CrawlerDeltaTargetArgs

data class CrawlerDeltaTargetArgs(val connectionName: Output<String>? = null, val deltaTables: Output<List<String>>, val writeManifest: Output<Boolean>) : ConvertibleToJava<CrawlerDeltaTargetArgs>

Constructors

Link copied to clipboard
fun CrawlerDeltaTargetArgs(connectionName: Output<String>? = null, deltaTables: Output<List<String>>, writeManifest: Output<Boolean>)

Functions

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

Properties

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

The name of the connection to use to connect to the Delta table target.

Link copied to clipboard
val deltaTables: Output<List<String>>

A list of the Amazon S3 paths to the Delta tables.

Link copied to clipboard
val writeManifest: Output<Boolean>

Specifies whether to write the manifest files to the Delta table path.