This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Kendra::DataSource SalesforceStandardObjectConfiguration
Specifies configuration information for indexing a single standard object.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DocumentDataFieldName" :String, "DocumentTitleFieldName" :String, "FieldMappings" :[ DataSourceToIndexFieldMapping, ... ], "Name" :String}
YAML
DocumentDataFieldName:StringDocumentTitleFieldName:StringFieldMappings:- DataSourceToIndexFieldMappingName:String
Properties
- DocumentDataFieldName
- 
                    The name of the field in the standard object table that contains the document contents. Required: Yes Type: String Minimum: 1Maximum: 100Update requires: No interruption 
- DocumentTitleFieldName
- 
                    The name of the field in the standard object table that contains the document title. Required: No Type: String Minimum: 1Maximum: 100Update requires: No interruption 
- FieldMappings
- 
                    Maps attributes or field names of the standard object to Amazon Kendra index field names. To create custom fields, use the UpdateIndexAPI 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.Required: No Type: Array of DataSourceToIndexFieldMapping Maximum: 100Update requires: No interruption 
- Name
- 
                    The name of the standard object. Required: Yes Type: String Allowed values: ACCOUNT | CAMPAIGN | CASE | CONTACT | CONTRACT | DOCUMENT | GROUP | IDEA | LEAD | OPPORTUNITY | PARTNER | PRICEBOOK | PRODUCT | PROFILE | SOLUTION | TASK | USERUpdate requires: No interruption