includeSpaces

@JvmName(name = "rwmompyhwkwgvgyb")
suspend fun includeSpaces(value: Output<List<String>>)
@JvmName(name = "qmnajqfbbucgmjbx")
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 = "eklxcoxlsccwrayl")
suspend fun includeSpaces(vararg values: Output<String>)


@JvmName(name = "oqkbxhejsjysrgvr")
suspend fun includeSpaces(values: List<Output<String>>)
@JvmName(name = "oufbpfbkcwvcabco")
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.