DataSourceSalesforceStandardKnowledgeArticleTypeConfigurationArgs

data class DataSourceSalesforceStandardKnowledgeArticleTypeConfigurationArgs(val documentDataFieldName: Output<String>, val documentTitleFieldName: Output<String>? = null, val fieldMappings: Output<List<DataSourceToIndexFieldMappingArgs>>? = null) : ConvertibleToJava<DataSourceSalesforceStandardKnowledgeArticleTypeConfigurationArgs>

Constructors

constructor(documentDataFieldName: Output<String>, documentTitleFieldName: Output<String>? = null, fieldMappings: Output<List<DataSourceToIndexFieldMappingArgs>>? = null)

Properties

Link copied to clipboard

The name of the field that contains the document data to index.

Link copied to clipboard
val documentTitleFieldName: Output<String>? = null

The name of the field that contains the document title.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceSalesforceStandardKnowledgeArticleTypeConfigurationArgs