Class CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
An implementation for
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
-
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.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder, CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.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 String
The name of the field in the custom knowledge article that contains the document data to index.final String
The name of the field in the custom knowledge article that contains the document title.final Object
Maps attributes or field names of the custom knowledge article to Amazon Kendra index field names.final String
getName()
The name of the configuration.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
protected Jsii$Proxy(CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder
.
-
-
Method Details
-
getDocumentDataFieldName
Description copied from interface:CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
The name of the field in the custom knowledge article that contains the document data to index.- Specified by:
getDocumentDataFieldName
in interfaceCfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
- See Also:
-
getName
Description copied from interface:CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
The name of the configuration.- Specified by:
getName
in interfaceCfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
- See Also:
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
The name of the field in the custom knowledge article that contains the document title.- Specified by:
getDocumentTitleFieldName
in interfaceCfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
- See Also:
-
getFieldMappings
Description copied from interface:CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
Maps attributes or field names of the custom knowledge article to Amazon Kendra index field names.To create custom fields, use the
UpdateIndex
API before you map to Salesforce fields. For more information, see Mapping data source fields . The Salesforce data source field names must exist in your Salesforce custom metadata.- Specified by:
getFieldMappings
in interfaceCfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
- 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()
-