site Maps Configuration
suspend fun siteMapsConfiguration(value: Output<DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfigurationArgs>)
suspend fun siteMapsConfiguration(value: DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfigurationArgs?)
Parameters
value
A block that specifies the configuration of the sitemap URLs of the websites you want to crawl. Only URLs belonging to the same website host names are crawled. You can list up to 3
sitemap URLs. Detailed below.
suspend fun siteMapsConfiguration(argument: suspend DataSourceConfigurationWebCrawlerConfigurationUrlsSiteMapsConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A block that specifies the configuration of the sitemap URLs of the websites you want to crawl. Only URLs belonging to the same website host names are crawled. You can list up to 3
sitemap URLs. Detailed below.