DataSourceConfluenceAttachmentConfiguration

data class DataSourceConfluenceAttachmentConfiguration(val attachmentFieldMappings: List<DataSourceConfluenceAttachmentToIndexFieldMapping>? = null, val crawlAttachments: Boolean? = null)

Constructors

constructor(attachmentFieldMappings: List<DataSourceConfluenceAttachmentToIndexFieldMapping>? = null, crawlAttachments: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

TRUE to index attachments of pages and blogs in Confluence.