AWS::Kendra::DataSource ConfluencePageConfiguration
Configuration of the page settings for the Confluence data source.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PageFieldMappings" :
[ ConfluencePageToIndexFieldMapping, ... ]
}
Properties
PageFieldMappings
-
Maps attributes or field names of Confluence pages 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
PageFieldMappings
parameter, you must specify at least one field mapping.Required: No
Type: Array of ConfluencePageToIndexFieldMapping
Minimum:
1
Maximum:
12
Update requires: No interruption