Values.SalesforceStandardObjectAttachmentConfigurationSourceProvides the configuration information for processing attachments to Salesforce standard objects.
type nonrec t = {documentTitleFieldName : DataSourceFieldName.t option;The name of the field used for the document title.
*)fieldMappings : DataSourceToIndexFieldMappingList.t option;One or more objects that map fields in attachments to Amazon Kendra index fields.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of DataSourceFieldName.t ]) list ]
list
| `String of DataSourceFieldName.t ])
list ]