Class CfnDataSource.SalesforceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.SalesforceConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.SalesforceConfigurationProperty
CfnDataSource.SalesforceConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.SalesforceConfigurationProperty
CfnDataSource.SalesforceConfigurationProperty.Builder, CfnDataSource.SalesforceConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.SalesforceConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Configuration information for Salesforce chatter feeds.final Object
Indicates whether Amazon Kendra should index attachments to Salesforce objects.A list of regular expression patterns to exclude certain documents in your Salesforce.A list of regular expression patterns to include certain documents in your Salesforce.final Object
Configuration information for the knowledge article types that Amazon Kendra indexes.final 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.final String
The instance URL for the Salesforce site that you want to index.final Object
Configuration information for processing attachments to Salesforce standard objects.final Object
Configuration of the Salesforce standard objects that Amazon Kendra indexes.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSource.SalesforceConfigurationProperty.Builder
.
-
-
Method Details
-
getSecretArn
Description copied from interface:CfnDataSource.SalesforceConfigurationProperty
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:
- 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.
- Specified by:
getSecretArn
in interfaceCfnDataSource.SalesforceConfigurationProperty
- See Also:
-
getServerUrl
Description copied from interface:CfnDataSource.SalesforceConfigurationProperty
The instance URL for the Salesforce site that you want to index.- Specified by:
getServerUrl
in interfaceCfnDataSource.SalesforceConfigurationProperty
- See Also:
-
getChatterFeedConfiguration
Description copied from interface:CfnDataSource.SalesforceConfigurationProperty
Configuration information for Salesforce chatter feeds.- Specified by:
getChatterFeedConfiguration
in interfaceCfnDataSource.SalesforceConfigurationProperty
- See Also:
-
getCrawlAttachments
Description copied from interface:CfnDataSource.SalesforceConfigurationProperty
Indicates whether Amazon Kendra should index attachments to Salesforce objects.- Specified by:
getCrawlAttachments
in interfaceCfnDataSource.SalesforceConfigurationProperty
- See Also:
-
getExcludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.SalesforceConfigurationProperty
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.
- Specified by:
getExcludeAttachmentFilePatterns
in interfaceCfnDataSource.SalesforceConfigurationProperty
- See Also:
-
getIncludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.SalesforceConfigurationProperty
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.
- Specified by:
getIncludeAttachmentFilePatterns
in interfaceCfnDataSource.SalesforceConfigurationProperty
- See Also:
-
getKnowledgeArticleConfiguration
Description copied from interface:CfnDataSource.SalesforceConfigurationProperty
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.
- Specified by:
getKnowledgeArticleConfiguration
in interfaceCfnDataSource.SalesforceConfigurationProperty
- See Also:
-
getStandardObjectAttachmentConfiguration
Description copied from interface:CfnDataSource.SalesforceConfigurationProperty
Configuration information for processing attachments to Salesforce standard objects.- Specified by:
getStandardObjectAttachmentConfiguration
in interfaceCfnDataSource.SalesforceConfigurationProperty
- See Also:
-
getStandardObjectConfigurations
Description copied from interface:CfnDataSource.SalesforceConfigurationProperty
Configuration of the Salesforce standard objects that Amazon Kendra indexes.- Specified by:
getStandardObjectConfigurations
in interfaceCfnDataSource.SalesforceConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-