siteMaps

@JvmName(name = "rfmkaxnjnopvpylk")
suspend fun siteMaps(value: Output<List<String>>)
@JvmName(name = "mmqrmmdtgtrmlvck")
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 three sitemap URLs.


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


@JvmName(name = "nrnauaicswxevqby")
suspend fun siteMaps(values: List<Output<String>>)
@JvmName(name = "tcoikaonjsgbygjf")
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 three sitemap URLs.