excludeSpaces

@JvmName(name = "bfmslkgwjqhlfdao")
suspend fun excludeSpaces(value: Output<List<String>>)
@JvmName(name = "qjmdwqofmefhjobl")
suspend fun excludeSpaces(value: List<String>?)

Parameters

value

A list of space keys of Confluence spaces. If you include a key, the blogs, documents, and attachments in the space are not indexed. If a space is in both the ExcludeSpaces and the IncludeSpaces list, the space is excluded.


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


@JvmName(name = "xjlfelfudswspldd")
suspend fun excludeSpaces(values: List<Output<String>>)
@JvmName(name = "qnvggdjlrnultkkc")
suspend fun excludeSpaces(vararg values: String)

Parameters

values

A list of space keys of Confluence spaces. If you include a key, the blogs, documents, and attachments in the space are not indexed. If a space is in both the ExcludeSpaces and the IncludeSpaces list, the space is excluded.