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

SalesforceStandardObjectConfiguration

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

Specifies configuration information for indexing a single standard object.

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

§Properties

§
DocumentDataFieldName: string
[src]

The name of the field in the standard object table that contains the document contents.

§
DocumentTitleFieldName?: string | null
[src]

The name of the field in the standard object table that contains the document title.

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

One or more objects that map fields in the standard object to Amazon Kendra index fields. The index field must exist before you can map a Salesforce field to it.

§

The name of the standard object.