@Stability(value=Stable) @Internal public static final class CfnDataSource.SalesforceConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.SalesforceConfigurationProperty
CfnDataSource.SalesforceConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.SalesforceConfigurationProperty.Builder, CfnDataSource.SalesforceConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.SalesforceConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSource.AccessControlListConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getChatterFeedConfiguration()
Configuration information for Salesforce chatter feeds.
|
Object |
getCrawlAttachments()
Indicates whether Amazon Kendra should index attachments to Salesforce objects.
|
List<String> |
getExcludeAttachmentFilePatterns()
A list of regular expression patterns to exclude certain documents in your Salesforce.
|
List<String> |
getIncludeAttachmentFilePatterns()
A list of regular expression patterns to include certain documents in your Salesforce.
|
Object |
getKnowledgeArticleConfiguration()
Configuration information for the knowledge article types that Amazon Kendra indexes.
|
String |
getSecretArn()
The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the key/value pairs required to connect to your Salesforce instance.
|
String |
getServerUrl()
The instance URL for the Salesforce site that you want to index.
|
Object |
getStandardObjectAttachmentConfiguration()
Configuration information for processing attachments to Salesforce standard objects.
|
Object |
getStandardObjectConfigurations()
Configuration of the Salesforce standard objects that Amazon Kendra indexes.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSource.SalesforceConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final String getSecretArn()
CfnDataSource.SalesforceConfigurationPropertyThe secret must contain a JSON structure with the following keys:
getSecretArn in interface CfnDataSource.SalesforceConfigurationPropertypublic final String getServerUrl()
CfnDataSource.SalesforceConfigurationPropertygetServerUrl in interface CfnDataSource.SalesforceConfigurationPropertypublic final Object getChatterFeedConfiguration()
CfnDataSource.SalesforceConfigurationPropertygetChatterFeedConfiguration in interface CfnDataSource.SalesforceConfigurationPropertypublic final Object getCrawlAttachments()
CfnDataSource.SalesforceConfigurationPropertygetCrawlAttachments in interface CfnDataSource.SalesforceConfigurationPropertypublic final List<String> getExcludeAttachmentFilePatterns()
CfnDataSource.SalesforceConfigurationPropertyDocuments 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.
getExcludeAttachmentFilePatterns in interface CfnDataSource.SalesforceConfigurationPropertypublic final List<String> getIncludeAttachmentFilePatterns()
CfnDataSource.SalesforceConfigurationPropertyDocuments 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.
getIncludeAttachmentFilePatterns in interface CfnDataSource.SalesforceConfigurationPropertypublic final Object getKnowledgeArticleConfiguration()
CfnDataSource.SalesforceConfigurationPropertyAmazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both.
getKnowledgeArticleConfiguration in interface CfnDataSource.SalesforceConfigurationPropertypublic final Object getStandardObjectAttachmentConfiguration()
CfnDataSource.SalesforceConfigurationPropertygetStandardObjectAttachmentConfiguration in interface CfnDataSource.SalesforceConfigurationPropertypublic final Object getStandardObjectConfigurations()
CfnDataSource.SalesforceConfigurationPropertygetStandardObjectConfigurations in interface CfnDataSource.SalesforceConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.