inclusionPatterns

@JvmName(name = "rdperwlvqxmsdiky")
suspend fun inclusionPatterns(value: Output<List<String>>)
@JvmName(name = "ltiwngahtglhtwwf")
suspend fun inclusionPatterns(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "skecellmbfruaqku")
suspend fun inclusionPatterns(values: List<Output<String>>)
@JvmName(name = "axwdamabyshfeose")
suspend fun inclusionPatterns(vararg values: String)

Parameters

values

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