inclusionPatterns

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

Parameters

value

A list of regular expression patterns to include certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are included in the index. Content that doesn't match the patterns is excluded from 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 = "mexhyjunpvklogmb")
suspend fun inclusionPatterns(vararg values: Output<String>)


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

Parameters

values

A list of regular expression patterns to include certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are included in the index. Content that doesn't match the patterns is excluded from 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.