seedUrls

@JvmName(name = "rrtpgsxsrplgssjj")
suspend fun seedUrls(value: Output<List<String>>)
@JvmName(name = "sspjoiumaxuubktk")
suspend fun seedUrls(value: List<String>)

Parameters

value

The list of seed or starting point URLs of the websites you want to crawl. The list can include a maximum of 100 seed URLs.


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


@JvmName(name = "hqbaogbcavsmjvya")
suspend fun seedUrls(values: List<Output<String>>)
@JvmName(name = "bmhvcwxbmjdokwhf")
suspend fun seedUrls(vararg values: String)

Parameters

values

The list of seed or starting point URLs of the websites you want to crawl. The list can include a maximum of 100 seed URLs.