DataSourceConfluenceSpaceConfiguration

data class DataSourceConfluenceSpaceConfiguration(val crawlArchivedSpaces: Boolean? = null, val crawlPersonalSpaces: Boolean? = null, val excludeSpaces: List<String>? = null, val includeSpaces: List<String>? = null, val spaceFieldMappings: List<DataSourceConfluenceSpaceToIndexFieldMapping>? = null)

Constructors

Link copied to clipboard
constructor(crawlArchivedSpaces: Boolean? = null, crawlPersonalSpaces: Boolean? = null, excludeSpaces: List<String>? = null, includeSpaces: List<String>? = null, spaceFieldMappings: List<DataSourceConfluenceSpaceToIndexFieldMapping>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

TRUE to index archived spaces.

Link copied to clipboard

TRUE to index personal spaces. You can add restrictions to items in personal spaces. If personal spaces are indexed, queries without user context information may return restricted items from a personal space in their results. For more information, see Filtering on user context .

Link copied to clipboard
val excludeSpaces: List<String>? = null

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.

Link copied to clipboard
val includeSpaces: List<String>? = null

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.

Link copied to clipboard

Maps attributes or field names of Confluence spaces to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to Confluence fields. For more information, see Mapping data source fields . The Confluence data source field names must exist in your Confluence custom metadata. If you specify the SpaceFieldMappings parameter, you must specify at least one field mapping.