Values.SalesforceConfigurationSourceProvides the configuration information to connect to Salesforce as your data source.
type nonrec t = {serverUrl : Url.t;The instance URL for the Salesforce site that you want to index.
*)secretArn : SecretArn.t;The Amazon Resource Name (ARN) of an Secrets Managersecret that contains the key/value pairs required to connect to your Salesforce instance. The secret must contain a JSON structure with the following keys: authenticationUrl - The OAUTH endpoint that Amazon Kendra connects to get an OAUTH token. consumerKey - The application public key generated when you created your Salesforce application. consumerSecret - The application private key generated when you created your Salesforce application. password - The password associated with the user logging in to the Salesforce instance. securityToken - The token associated with the user logging in to the Salesforce instance. username - The user name of the user logging in to the Salesforce instance.
*)standardObjectConfigurations : SalesforceStandardObjectConfigurationList.t
option;Configuration of the Salesforce standard objects that Amazon Kendra indexes.
*)knowledgeArticleConfiguration : SalesforceKnowledgeArticleConfiguration.t
option;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.
*)chatterFeedConfiguration : SalesforceChatterFeedConfiguration.t option;Configuration information for Salesforce chatter feeds.
*)crawlAttachments : Boolean.t option;Indicates whether Amazon Kendra should index attachments to Salesforce objects.
*)standardObjectAttachmentConfiguration : SalesforceStandardObjectAttachmentConfiguration.t
option;Configuration information for processing attachments to Salesforce standard objects.
*)includeAttachmentFilePatterns : DataSourceInclusionsExclusionsStrings.t option;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.
*)excludeAttachmentFilePatterns : DataSourceInclusionsExclusionsStrings.t option;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.
*)}val make :
?standardObjectConfigurations:??? ->
?knowledgeArticleConfiguration:??? ->
?chatterFeedConfiguration:??? ->
?crawlAttachments:??? ->
?standardObjectAttachmentConfiguration:??? ->
?includeAttachmentFilePatterns:??? ->
?excludeAttachmentFilePatterns:??? ->
serverUrl:Url.t ->
secretArn:SecretArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `String of DataSourceInclusionsExclusionsStringsMember.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of DataSourceFieldName.t ]) list ]
list
| `String of DataSourceFieldName.t ])
list ]
list
| `String of Url.t
| `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of DataSourceFieldName.t ])
list ]
list
| `String of
SalesforceCustomKnowledgeArticleTypeName.t ])
list ]
list
| `String of DataSourceFieldName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of DataSourceFieldName.t ])
list ]
list
| `String of DataSourceFieldName.t ])
list ])
list ])
list ]