Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConfluenceAttachmentConfiguration

import type { ConfluenceAttachmentConfiguration } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";

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.

interface ConfluenceAttachmentConfiguration {
AttachmentFieldMappings?: ConfluenceAttachmentToIndexFieldMapping[] | null;
CrawlAttachments?: boolean | null;
}

§Properties

§
AttachmentFieldMappings?: ConfluenceAttachmentToIndexFieldMapping[] | null
[src]

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.

§
CrawlAttachments?: boolean | null
[src]

TRUE to index attachments of pages and blogs in Confluence.