DataSourceWebCrawlerSeedUrlConfigurationArgs

data class DataSourceWebCrawlerSeedUrlConfigurationArgs(val seedUrls: Output<List<String>>, val webCrawlerMode: Output<DataSourceWebCrawlerSeedUrlConfigurationWebCrawlerMode>? = null) : ConvertibleToJava<DataSourceWebCrawlerSeedUrlConfigurationArgs>

Constructors

constructor(seedUrls: Output<List<String>>, webCrawlerMode: Output<DataSourceWebCrawlerSeedUrlConfigurationWebCrawlerMode>? = null)

Properties

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

The list of seed or starting point URLs of the websites you want to crawl. The list can include a maximum of 100 seed URLs.

Link copied to clipboard

You can choose one of the following modes:

Functions

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