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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.SalesforceConfigurationProperty
CfnDataSource.SalesforceConfigurationProperty.Builder, CfnDataSource.SalesforceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.SalesforceConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectConfiguration information for Salesforce chatter feeds.final ObjectIndicates 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 ObjectConfiguration information for the knowledge article types that Amazon Kendra indexes.final StringThe Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the key/value pairs required to connect to your Salesforce instance.final StringThe instance URL for the Salesforce site that you want to index.final ObjectConfiguration information for processing attachments to Salesforce standard objects.final ObjectConfiguration of the Salesforce standard objects that Amazon Kendra indexes.final inthashCode()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.SalesforceConfigurationPropertyThe 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:
getSecretArnin interfaceCfnDataSource.SalesforceConfigurationProperty- See Also:
-
getServerUrl
Description copied from interface:CfnDataSource.SalesforceConfigurationPropertyThe instance URL for the Salesforce site that you want to index.- Specified by:
getServerUrlin interfaceCfnDataSource.SalesforceConfigurationProperty- See Also:
-
getChatterFeedConfiguration
Description copied from interface:CfnDataSource.SalesforceConfigurationPropertyConfiguration information for Salesforce chatter feeds.Returns union: either
IResolvableorCfnDataSource.SalesforceChatterFeedConfigurationProperty- Specified by:
getChatterFeedConfigurationin interfaceCfnDataSource.SalesforceConfigurationProperty- See Also:
-
getCrawlAttachments
Description copied from interface:CfnDataSource.SalesforceConfigurationPropertyIndicates whether Amazon Kendra should index attachments to Salesforce objects.Returns union: either
BooleanorIResolvable- Specified by:
getCrawlAttachmentsin interfaceCfnDataSource.SalesforceConfigurationProperty- See Also:
-
getExcludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.SalesforceConfigurationPropertyA 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:
getExcludeAttachmentFilePatternsin interfaceCfnDataSource.SalesforceConfigurationProperty- See Also:
-
getIncludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.SalesforceConfigurationPropertyA 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:
getIncludeAttachmentFilePatternsin interfaceCfnDataSource.SalesforceConfigurationProperty- See Also:
-
getKnowledgeArticleConfiguration
Description copied from interface:CfnDataSource.SalesforceConfigurationPropertyConfiguration 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.
Returns union: either
IResolvableorCfnDataSource.SalesforceKnowledgeArticleConfigurationProperty- Specified by:
getKnowledgeArticleConfigurationin interfaceCfnDataSource.SalesforceConfigurationProperty- See Also:
-
getStandardObjectAttachmentConfiguration
Description copied from interface:CfnDataSource.SalesforceConfigurationPropertyConfiguration information for processing attachments to Salesforce standard objects.Returns union: either
IResolvableorCfnDataSource.SalesforceStandardObjectAttachmentConfigurationProperty- Specified by:
getStandardObjectAttachmentConfigurationin interfaceCfnDataSource.SalesforceConfigurationProperty- See Also:
-
getStandardObjectConfigurations
Description copied from interface:CfnDataSource.SalesforceConfigurationPropertyConfiguration of the Salesforce standard objects that Amazon Kendra indexes.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSource.SalesforceStandardObjectConfigurationProperty>- Specified by:
getStandardObjectConfigurationsin interfaceCfnDataSource.SalesforceConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-