exclusionPatterns

@JvmName(name = "jagyfoffktcnulel")
suspend fun exclusionPatterns(value: Output<List<String>>)
@JvmName(name = "xtcossdebqbodxho")
suspend fun exclusionPatterns(value: List<String>?)

Parameters

value

A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix or inclusion pattern also matches an exclusion pattern, the document is not indexed. Refer to Exclusion Patterns for more examples.


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


@JvmName(name = "tdxqxniaiifsaqjk")
suspend fun exclusionPatterns(values: List<Output<String>>)
@JvmName(name = "tvhrvhqbtxplyqaa")
suspend fun exclusionPatterns(vararg values: String)

Parameters

values

A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix or inclusion pattern also matches an exclusion pattern, the document is not indexed. Refer to Exclusion Patterns for more examples.