seedUrls

@JvmName(name = "bbxmafyixpxaqxga")
suspend fun seedUrls(value: Output<List<String>>)
@JvmName(name = "krvdkftevtkhpbrh")
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 = "rhrxilqndohchprb")
suspend fun seedUrls(vararg values: Output<String>)


@JvmName(name = "hcdsgnolngmrjqvy")
suspend fun seedUrls(values: List<Output<String>>)
@JvmName(name = "obdtnhvnhcyqqriy")
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.