inclusionFilters

@JvmName(name = "wdyxvukadpxhaybg")
suspend fun inclusionFilters(value: Output<List<String>>)
@JvmName(name = "aqqmfwhssohknxpe")
suspend fun inclusionFilters(value: List<String>?)

Parameters

value

A list of one or more inclusion regular expression patterns to include certain URLs. If you specify an inclusion and exclusion filter/pattern and both match a URL, the exclusion filter takes precedence and the web content of the URL isn’t crawled.


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


@JvmName(name = "iciqdtwyvcutpaou")
suspend fun inclusionFilters(values: List<Output<String>>)
@JvmName(name = "svjsdhwtknikturx")
suspend fun inclusionFilters(vararg values: String)

Parameters

values

A list of one or more inclusion regular expression patterns to include certain URLs. If you specify an inclusion and exclusion filter/pattern and both match a URL, the exclusion filter takes precedence and the web content of the URL isn’t crawled.