public static final class CfnDataSource.SalesforceConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.SalesforceConfigurationProperty
CfnDataSource.SalesforceConfigurationProperty
CfnDataSource.SalesforceConfigurationProperty.Builder, CfnDataSource.SalesforceConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getChatterFeedConfiguration()
Configuration information for Salesforce chatter feeds.
|
java.lang.Object |
getCrawlAttachments()
Indicates whether Amazon Kendra should index attachments to Salesforce objects.
|
java.util.List<java.lang.String> |
getExcludeAttachmentFilePatterns()
A list of regular expression patterns to exclude certain documents in your Salesforce.
|
java.util.List<java.lang.String> |
getIncludeAttachmentFilePatterns()
A list of regular expression patterns to include certain documents in your Salesforce.
|
java.lang.Object |
getKnowledgeArticleConfiguration()
Configuration information for the knowledge article types that Amazon Kendra indexes.
|
java.lang.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.
|
java.lang.String |
getServerUrl()
The instance URL for the Salesforce site that you want to index.
|
java.lang.Object |
getStandardObjectAttachmentConfiguration()
Configuration information for processing attachments to Salesforce standard objects.
|
java.lang.Object |
getStandardObjectConfigurations()
Configuration of the Salesforce standard objects that Amazon Kendra indexes.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getSecretArn()
CfnDataSource.SalesforceConfigurationProperty
The secret must contain a JSON structure with the following keys:
getSecretArn
in interface CfnDataSource.SalesforceConfigurationProperty
public final java.lang.String getServerUrl()
CfnDataSource.SalesforceConfigurationProperty
getServerUrl
in interface CfnDataSource.SalesforceConfigurationProperty
public final java.lang.Object getChatterFeedConfiguration()
CfnDataSource.SalesforceConfigurationProperty
getChatterFeedConfiguration
in interface CfnDataSource.SalesforceConfigurationProperty
public final java.lang.Object getCrawlAttachments()
CfnDataSource.SalesforceConfigurationProperty
getCrawlAttachments
in interface CfnDataSource.SalesforceConfigurationProperty
public final java.util.List<java.lang.String> getExcludeAttachmentFilePatterns()
CfnDataSource.SalesforceConfigurationProperty
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.
getExcludeAttachmentFilePatterns
in interface CfnDataSource.SalesforceConfigurationProperty
public final java.util.List<java.lang.String> getIncludeAttachmentFilePatterns()
CfnDataSource.SalesforceConfigurationProperty
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.
getIncludeAttachmentFilePatterns
in interface CfnDataSource.SalesforceConfigurationProperty
public final java.lang.Object getKnowledgeArticleConfiguration()
CfnDataSource.SalesforceConfigurationProperty
Amazon 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.SalesforceConfigurationProperty
public final java.lang.Object getStandardObjectAttachmentConfiguration()
CfnDataSource.SalesforceConfigurationProperty
getStandardObjectAttachmentConfiguration
in interface CfnDataSource.SalesforceConfigurationProperty
public final java.lang.Object getStandardObjectConfigurations()
CfnDataSource.SalesforceConfigurationProperty
getStandardObjectConfigurations
in interface CfnDataSource.SalesforceConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()