data class CrawlerDeltaTargetArgs(val connectionName: Output<String>? = null, val createNativeDeltaTable: Output<Boolean>? = null, val deltaTables: Output<List<String>>, val writeManifest: Output<Boolean>) : ConvertibleToJava<CrawlerDeltaTargetArgs>
Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.