siteMaps

@JvmName(name = "ahduylcqlhdcwcpn")
suspend fun siteMaps(value: Output<List<String>>)
@JvmName(name = "qpsndwkjimgpqpih")
suspend fun siteMaps(value: List<String>)

Parameters

value

The list of sitemap URLs of the websites you want to crawl. The list can include a maximum of 3 sitemap URLs.


@JvmName(name = "yhikqergdkanyllw")
suspend fun siteMaps(vararg values: Output<String>)


@JvmName(name = "butcwovlrfyifcpu")
suspend fun siteMaps(values: List<Output<String>>)
@JvmName(name = "tithbrpmhhnenwfi")
suspend fun siteMaps(vararg values: String)

Parameters

values

The list of sitemap URLs of the websites you want to crawl. The list can include a maximum of 3 sitemap URLs.