inclusionPatterns

@JvmName(name = "ivvfnrvhedylkyrx")
suspend fun inclusionPatterns(value: Output<List<String>>)
@JvmName(name = "hwswwrdrigegcxvs")
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 = "gtmfexmssgfwrllg")
suspend fun inclusionPatterns(vararg values: Output<String>)


@JvmName(name = "xlpsoxlmiuevjfpy")
suspend fun inclusionPatterns(values: List<Output<String>>)
@JvmName(name = "kvspmaafsusnuaid")
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.