AWS::Kendra::DataSource SalesforceStandardKnowledgeArticleTypeConfiguration
Provides the configuration information for standard Salesforce knowledge articles.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DocumentDataFieldName" :
String
, "DocumentTitleFieldName" :String
, "FieldMappings" :[ DataSourceToIndexFieldMapping, ... ]
}
YAML
DocumentDataFieldName:
String
DocumentTitleFieldName:String
FieldMappings:- DataSourceToIndexFieldMapping
Properties
DocumentDataFieldName
-
The name of the field that contains the document data to index.
Required: Yes
Type: String
Minimum:
1
Maximum:
100
Update requires: No interruption
DocumentTitleFieldName
-
The name of the field that contains the document title.
Required: No
Type: String
Minimum:
1
Maximum:
100
Update requires: No interruption
FieldMappings
-
Maps attributes or field names of the knowledge article 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.Required: No
Type: Array of DataSourceToIndexFieldMapping
Maximum:
100
Update requires: No interruption