exclusionPatterns

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


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