siteMaps

@JvmName(name = "fjydivxiyxavdytb")
suspend fun siteMaps(value: Output<List<String>>)
@JvmName(name = "cwjnlvqptvpsmgvd")
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 = "gytidbtdbovxifop")
suspend fun siteMaps(vararg values: Output<String>)


@JvmName(name = "ofcpkcclmpqeedxt")
suspend fun siteMaps(values: List<Output<String>>)
@JvmName(name = "ifeaduxvydmbupbl")
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.