Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ConfluenceAttachmentConfiguration = ConfluenceAttachmentConfiguration' {}
- newConfluenceAttachmentConfiguration :: ConfluenceAttachmentConfiguration
- confluenceAttachmentConfiguration_attachmentFieldMappings :: Lens' ConfluenceAttachmentConfiguration (Maybe (NonEmpty ConfluenceAttachmentToIndexFieldMapping))
- confluenceAttachmentConfiguration_crawlAttachments :: Lens' ConfluenceAttachmentConfiguration (Maybe Bool)
Documentation
data ConfluenceAttachmentConfiguration Source #
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.
See: newConfluenceAttachmentConfiguration
smart constructor.
ConfluenceAttachmentConfiguration' | |
|
Instances
newConfluenceAttachmentConfiguration :: ConfluenceAttachmentConfiguration Source #
Create a value of ConfluenceAttachmentConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attachmentFieldMappings:ConfluenceAttachmentConfiguration'
, confluenceAttachmentConfiguration_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.
$sel:crawlAttachments:ConfluenceAttachmentConfiguration'
, confluenceAttachmentConfiguration_crawlAttachments
- TRUE
to index attachments of pages and blogs in Confluence.
confluenceAttachmentConfiguration_attachmentFieldMappings :: Lens' ConfluenceAttachmentConfiguration (Maybe (NonEmpty ConfluenceAttachmentToIndexFieldMapping)) Source #
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.
confluenceAttachmentConfiguration_crawlAttachments :: Lens' ConfluenceAttachmentConfiguration (Maybe Bool) Source #
TRUE
to index attachments of pages and blogs in Confluence.