DataSourceSalesforceConfigurationArgs

data class DataSourceSalesforceConfigurationArgs(val chatterFeedConfiguration: Output<DataSourceSalesforceChatterFeedConfigurationArgs>? = null, val crawlAttachments: Output<Boolean>? = null, val excludeAttachmentFilePatterns: Output<List<String>>? = null, val includeAttachmentFilePatterns: Output<List<String>>? = null, val knowledgeArticleConfiguration: Output<DataSourceSalesforceKnowledgeArticleConfigurationArgs>? = null, val secretArn: Output<String>, val serverUrl: Output<String>, val standardObjectAttachmentConfiguration: Output<DataSourceSalesforceStandardObjectAttachmentConfigurationArgs>? = null, val standardObjectConfigurations: Output<List<DataSourceSalesforceStandardObjectConfigurationArgs>>? = null) : ConvertibleToJava<DataSourceSalesforceConfigurationArgs>

Constructors

Link copied to clipboard
constructor(chatterFeedConfiguration: Output<DataSourceSalesforceChatterFeedConfigurationArgs>? = null, crawlAttachments: Output<Boolean>? = null, excludeAttachmentFilePatterns: Output<List<String>>? = null, includeAttachmentFilePatterns: Output<List<String>>? = null, knowledgeArticleConfiguration: Output<DataSourceSalesforceKnowledgeArticleConfigurationArgs>? = null, secretArn: Output<String>, serverUrl: Output<String>, standardObjectAttachmentConfiguration: Output<DataSourceSalesforceStandardObjectAttachmentConfigurationArgs>? = null, standardObjectConfigurations: Output<List<DataSourceSalesforceStandardObjectConfigurationArgs>>? = null)

Properties

Link copied to clipboard

Configuration information for Salesforce chatter feeds.

Link copied to clipboard
val crawlAttachments: Output<Boolean>? = null

Indicates whether Amazon Kendra should index attachments to Salesforce objects.

Link copied to clipboard

A list of regular expression patterns to exclude certain documents in your Salesforce. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the name of the attached file.

Link copied to clipboard

A list of regular expression patterns to include certain documents in your Salesforce. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the name of the attached file.

Link copied to clipboard

Configuration information for the knowledge article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both.

Link copied to clipboard
val secretArn: Output<String>

The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the key/value pairs required to connect to your Salesforce instance. The secret must contain a JSON structure with the following keys:

Link copied to clipboard
val serverUrl: Output<String>

The instance URL for the Salesforce site that you want to index.

Link copied to clipboard

Configuration information for processing attachments to Salesforce standard objects.

Link copied to clipboard

Configuration of the Salesforce standard objects that Amazon Kendra indexes.

Functions

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