inclusionPatterns

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

Parameters

value

A list of regular expression patterns to include certain files in your Amazon WorkDocs site repository. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.


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


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

Parameters

values

A list of regular expression patterns to include certain files in your Amazon WorkDocs site repository. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.