CrawlerDeltaTargetArgs

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

Constructors

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

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 createNativeDeltaTable: Output<Boolean>? = null

Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.

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.

Functions

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