AWS::Kendra::DataSource ConfluenceAttachmentConfiguration
Configuration of attachment settings for the Confluence data source. Attachment settings are optional, if you don't specify settings attachments, Amazon Kendra won't index them.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AttachmentFieldMappings" :
[ ConfluenceAttachmentToIndexFieldMapping, ... ]
, "CrawlAttachments" :Boolean
}
Properties
AttachmentFieldMappings
-
Maps attributes or field names of Confluence attachments 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
AttachentFieldMappings
parameter, you must specify at least one field mapping.Required: No
Type: Array of ConfluenceAttachmentToIndexFieldMapping
Minimum:
1
Maximum:
11
Update requires: No interruption
CrawlAttachments
-
TRUE
to index attachments of pages and blogs in Confluence.Required: No
Type: Boolean
Update requires: No interruption