SalesforceStandardObjectConfiguration
Provides the configuration information for indexing a single standard object.
Contents
- DocumentDataFieldName
-
The name of the field in the standard object table that contains the document contents.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[a-zA-Z][a-zA-Z0-9_.]*$
Required: Yes
- Name
-
The name of the standard object.
Type: String
Valid Values:
ACCOUNT | CAMPAIGN | CASE | CONTACT | CONTRACT | DOCUMENT | GROUP | IDEA | LEAD | OPPORTUNITY | PARTNER | PRICEBOOK | PRODUCT | PROFILE | SOLUTION | TASK | USER
Required: Yes
- DocumentTitleFieldName
-
The name of the field in the standard object table that contains the document title.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[a-zA-Z][a-zA-Z0-9_.]*$
Required: No
- FieldMappings
-
Maps attributes or field names of the standard object to Amazon Kendra index field names. To create custom fields, use the
UpdateIndex
API before you map to Salesforce fields. For more information, see Mapping data source fields. The Salesforce data source field names must exist in your Salesforce custom metadata.Type: Array of DataSourceToIndexFieldMapping objects
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: