exclusionPatterns

@JvmName(name = "jilpjcyicmefkuee")
suspend fun exclusionPatterns(value: Output<List<String>>)
@JvmName(name = "bxkctanhwxurapie")
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 = "amuqypaulofetpnp")
suspend fun exclusionPatterns(vararg values: Output<String>)


@JvmName(name = "ssvjupykxbofxfte")
suspend fun exclusionPatterns(values: List<Output<String>>)
@JvmName(name = "vqkxabcuilndaxmw")
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.