AWS::Kendra::DataSource ConfluenceSpaceConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Kendra::DataSource ConfluenceSpaceConfiguration

Configuration information for indexing Confluence spaces.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "CrawlArchivedSpaces" : Boolean, "CrawlPersonalSpaces" : Boolean, "ExcludeSpaces" : [ String, ... ], "IncludeSpaces" : [ String, ... ], "SpaceFieldMappings" : [ ConfluenceSpaceToIndexFieldMapping, ... ] }

Properties

CrawlArchivedSpaces

TRUE to index archived spaces.

Required: No

Type: Boolean

Update requires: No interruption

CrawlPersonalSpaces

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.

Required: No

Type: Boolean

Update requires: No interruption

ExcludeSpaces

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.

Required: No

Type: Array of String

Minimum: 1

Update requires: No interruption

IncludeSpaces

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.

Required: No

Type: Array of String

Minimum: 1

Update requires: No interruption

SpaceFieldMappings

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.

Required: No

Type: Array of ConfluenceSpaceToIndexFieldMapping

Minimum: 1

Maximum: 4

Update requires: No interruption