SalesforceChatterFeedConfiguration
public struct SalesforceChatterFeedConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the column in the Salesforce FeedItem table that contains the content to index. Typically this is the Body column.
Declaration
Swift
public let documentDataFieldName: String
-
The name of the column in the Salesforce FeedItem table that contains the title of the document. This is typically the Title collumn.
Declaration
Swift
public let documentTitleFieldName: String?
-
Maps fields from a Salesforce chatter feed into Amazon Kendra index fields.
Declaration
Swift
public let fieldMappings: [DataSourceToIndexFieldMapping]?
-
Filters the documents in the feed based on status of the user. When you specify ACTIVE_USERS only documents from users who have an active account are indexed. When you specify STANDARD_USER only documents for Salesforce standard users are documented. You can specify both.
Declaration
Swift
public let includeFilterTypes: [SalesforceChatterFeedIncludeFilterType]?
-
Undocumented
Declaration
Swift
public init(documentDataFieldName: String, documentTitleFieldName: String? = nil, fieldMappings: [DataSourceToIndexFieldMapping]? = nil, includeFilterTypes: [SalesforceChatterFeedIncludeFilterType]? = nil)
-
Declaration
Swift
public func validate(name: String) throws