exclusionPatterns

@JvmName(name = "iibfvarknvpjglne")
suspend fun exclusionPatterns(value: Output<List<String>>)
@JvmName(name = "tidsdaqhwfbkilcc")
suspend fun exclusionPatterns(value: List<String>?)

Parameters

value

A list of regular expression patterns to exclude certain files in your Amazon WorkDocs site repository. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in 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 = "oadetqlgjfwlhwsf")
suspend fun exclusionPatterns(vararg values: Output<String>)


@JvmName(name = "cfhvtswjycwbipag")
suspend fun exclusionPatterns(values: List<Output<String>>)
@JvmName(name = "ybuomjndetxkimou")
suspend fun exclusionPatterns(vararg values: String)

Parameters

values

A list of regular expression patterns to exclude certain files in your Amazon WorkDocs site repository. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in 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.