seed Url Configuration
suspend fun seedUrlConfiguration(value: Output<DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfigurationArgs>)
suspend fun seedUrlConfiguration(value: DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfigurationArgs?)
Parameters
value
A block that specifies the 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 webpages link to. You can list up to 100
seed URLs. Detailed below.
suspend fun seedUrlConfiguration(argument: suspend DataSourceConfigurationWebCrawlerConfigurationUrlsSeedUrlConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A block that specifies the 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 webpages link to. You can list up to 100
seed URLs. Detailed below.