Provides the configuration information for processing attachments to Salesforce standard objects.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"DocumentTitleFieldName" : String
,
"FieldMappings" : [ DataSourceToIndexFieldMapping, ... ]
}
YAML
DocumentTitleFieldName: String
FieldMappings:
- DataSourceToIndexFieldMapping
Properties
DocumentTitleFieldName
-
The name of the field used for the document title.
Required: No
Type: String
Minimum:
1
Maximum:
100
Update requires: No interruption
FieldMappings
-
One or more objects that map fields in attachments to Amazon Kendra index fields.
Required: No
Type: Array of DataSourceToIndexFieldMapping
Maximum:
100
Update requires: No interruption