excludeSpaces

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


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