CrawlerMongodbTargetArgs

data class CrawlerMongodbTargetArgs(val connectionName: Output<String>, val path: Output<String>, val scanAll: Output<Boolean>? = null) : ConvertibleToJava<CrawlerMongodbTargetArgs>

Constructors

Link copied to clipboard
constructor(connectionName: Output<String>, path: Output<String>, scanAll: Output<Boolean>? = null)

Properties

Link copied to clipboard
val connectionName: Output<String>

The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.

Link copied to clipboard
val path: Output<String>

The path of the Amazon DocumentDB or MongoDB target (database/collection).

Link copied to clipboard
val scanAll: Output<Boolean>? = null

Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table. Default value is true.

Functions

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