excludeSpaces

@JvmName(name = "kxccxitgpjcdeogi")
suspend fun excludeSpaces(value: Output<List<String>>)
@JvmName(name = "lwonvyppusqbeuup")
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 = "xjgnxfkxarcfkfmx")
suspend fun excludeSpaces(vararg values: Output<String>)


@JvmName(name = "irvyiykfiaoeveey")
suspend fun excludeSpaces(values: List<Output<String>>)
@JvmName(name = "fskqvcovvutyorto")
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.