includeSpaces

@JvmName(name = "yqbxgnbssmjxjbsp")
suspend fun includeSpaces(value: Output<List<String>>)
@JvmName(name = "brxgmlvctntedowp")
suspend fun includeSpaces(value: List<String>?)

Parameters

value

A list of space keys for Confluence spaces. If you include a key, the blogs, documents, and attachments in the space are indexed. Spaces that aren't in the list aren't indexed. A space in the list must exist. Otherwise, Amazon Kendra logs an error when the data source is synchronized. If a space is in both the IncludeSpaces and the ExcludeSpaces list, the space is excluded.


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


@JvmName(name = "jmshxngosedijjmq")
suspend fun includeSpaces(values: List<Output<String>>)
@JvmName(name = "pwllfdikadquyypn")
suspend fun includeSpaces(vararg values: String)

Parameters

values

A list of space keys for Confluence spaces. If you include a key, the blogs, documents, and attachments in the space are indexed. Spaces that aren't in the list aren't indexed. A space in the list must exist. Otherwise, Amazon Kendra logs an error when the data source is synchronized. If a space is in both the IncludeSpaces and the ExcludeSpaces list, the space is excluded.