maxLinksPerPage

@JvmName(name = "cqjbdwebjehxntep")
suspend fun maxLinksPerPage(value: Output<Int>)
@JvmName(name = "djtvwioyhtfuavus")
suspend fun maxLinksPerPage(value: Int?)

Parameters

value

The maximum number of URLs on a webpage to include when crawling a website. This number is per webpage. As a website’s webpages are crawled, any URLs the webpages link to are also crawled. URLs on a webpage are crawled in order of appearance. The default maximum links per page is 100. Minimum value of 1. Maximum value of 1000.