DataSourceSalesforceStandardObjectAttachmentConfiguration

data class DataSourceSalesforceStandardObjectAttachmentConfiguration(val documentTitleFieldName: String? = null, val fieldMappings: List<DataSourceToIndexFieldMapping>? = null)

Constructors

constructor(documentTitleFieldName: String? = null, fieldMappings: List<DataSourceToIndexFieldMapping>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the field used for the document title.

Link copied to clipboard

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