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.3/services/kendra.ts?docs=full";

Specifies the 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]

Defines how attachment metadata fields should be mapped to index fields. Before you can map a field, you must first create an index field with a matching type using the console or the UpdateIndex operation.

If you specify the AttachentFieldMappings parameter, you must specify at least one field mapping.

§
CrawlAttachments?: boolean | null
[src]

Indicates whether Amazon Kendra indexes attachments to the pages and blogs in the Confluence data source.