exclusionFilters

@JvmName(name = "kuuxjxvwtwurqalo")
suspend fun exclusionFilters(value: Output<List<String>>)
@JvmName(name = "yvhfvfcsfanxmbeh")
suspend fun exclusionFilters(value: List<String>?)

Parameters

value

A list of one or more exclusion regular expression patterns to exclude 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 = "ktrvpqwmrmxwybsn")
suspend fun exclusionFilters(vararg values: Output<String>)


@JvmName(name = "iijgayvvccvsgcvn")
suspend fun exclusionFilters(values: List<Output<String>>)
@JvmName(name = "dcfoigkqsppijheq")
suspend fun exclusionFilters(vararg values: String)

Parameters

values

A list of one or more exclusion regular expression patterns to exclude 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.