AWS::Kendra::DataSource SalesforceChatterFeedConfiguration
定义用于同步 Salesforce 聊天源的配置。对象的内容来自 Salesforce FeedItem 表。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "DocumentDataFieldName" :
String
, "DocumentTitleFieldName" :String
, "FieldMappings" :DataSourceToIndexFieldMappingList
, "IncludeFilterTypes" :SalesforceChatterFeedIncludeFilterTypes
}
YAML
DocumentDataFieldName:
String
DocumentTitleFieldName:String
FieldMappings:DataSourceToIndexFieldMappingList
IncludeFilterTypes:SalesforceChatterFeedIncludeFilterTypes
属性
DocumentDataFieldName
-
Salesforce FeedItem 表中包含要编制索引的内容的列的名称。通常,这是
Body
列。必需:是
类型:字符串
最低:
1
最高:
100
模式:
^[a-zA-Z][a-zA-Z0-9_.]*$
Update requires: No interruption
DocumentTitleFieldName
-
Salesforce FeediTem 表中包含文档标题的列的名称。这通常是
Title
列。必需:否
类型:字符串
最低:
1
最高:
100
模式:
^[a-zA-Z][a-zA-Z0-9_.]*$
Update requires: No interruption
FieldMappings
-
将 Salesforce 聊天源中的字段映射到 Amazon Kendra 索引字段。
必需:否
类型:DataSourceToIndexFieldMappingList
最高:
100
Update requires: No interruption
IncludeFilterTypes
-
根据用户状态筛选源中的文档。当您指定
ACTIVE_USERS
时,仅为具有活动账户的用户的文档编制索引。如果您指定STANDARD_USER
,仅记载 Salesforce 标准用户的文档。您可以同时指定两者。必需:否
类型:SalesforceChatterFeedIncludeFilterTypes
最高:
2
Update requires: No interruption