exclusionPatterns

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

Parameters

value

A list of regular expression patterns to exclude certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are excluded from the index. Content that doesn't match the patterns is included in the index. If content matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the content isn't included in the index.


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


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

Parameters

values

A list of regular expression patterns to exclude certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are excluded from the index. Content that doesn't match the patterns is included in the index. If content matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the content isn't included in the index.