Data Source Confluence Attachment Configuration Args
data class DataSourceConfluenceAttachmentConfigurationArgs(val attachmentFieldMappings: Output<List<DataSourceConfluenceAttachmentToIndexFieldMappingArgs>>? = null, val crawlAttachments: Output<Boolean>? = null) : ConvertibleToJava<DataSourceConfluenceAttachmentConfigurationArgs>
Constructors
Link copied to clipboard
constructor(attachmentFieldMappings: Output<List<DataSourceConfluenceAttachmentToIndexFieldMappingArgs>>? = null, crawlAttachments: Output<Boolean>? = null)
Properties
Link copied to clipboard
val attachmentFieldMappings: Output<List<DataSourceConfluenceAttachmentToIndexFieldMappingArgs>>? = null
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.