seedUrlConfiguration

@JvmName(name = "yalmvgfmifcwkuxj")
suspend fun seedUrlConfiguration(value: Output<DataSourceWebCrawlerSeedUrlConfigurationArgs>)
@JvmName(name = "qrlumirlhavujjkg")
suspend fun seedUrlConfiguration(value: DataSourceWebCrawlerSeedUrlConfigurationArgs?)

Parameters

value

Configuration of the seed or starting point URLs of the websites you want to crawl. You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the web pages link to. You can list up to 100 seed URLs.


@JvmName(name = "bneruwoylwotfjqu")
suspend fun seedUrlConfiguration(argument: suspend DataSourceWebCrawlerSeedUrlConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Configuration of the seed or starting point URLs of the websites you want to crawl. You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the web pages link to. You can list up to 100 seed URLs.