exclusionPatterns

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


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