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

SalesforceStandardObjectAttachmentConfiguration

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

Provides configuration information for processing attachments to Salesforce standard objects.

interface SalesforceStandardObjectAttachmentConfiguration {
DocumentTitleFieldName?: string | null;
FieldMappings?: DataSourceToIndexFieldMapping[] | null;
}

§Properties

§
DocumentTitleFieldName?: string | null
[src]

The name of the field used for the document title.

§
FieldMappings?: DataSourceToIndexFieldMapping[] | null
[src]

One or more objects that map fields in attachments to Amazon Kendra index fields.