public static final class CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.Builder, CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty.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.String |
getDocumentDataFieldName()
The name of the field in the custom knowledge article that contains the document data to index.
|
java.lang.String |
getDocumentTitleFieldName()
The name of the field in the custom knowledge article that contains the document title.
|
java.lang.Object |
getFieldMappings()
Maps attributes or field names of the custom knowledge article to Amazon Kendra index field names.
|
java.lang.String |
getName()
The name of the configuration.
|
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 getDocumentDataFieldName()
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
getDocumentDataFieldName
in interface CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
public final java.lang.String getName()
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
getName
in interface CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
public final java.lang.String getDocumentTitleFieldName()
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
getDocumentTitleFieldName
in interface CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
public final java.lang.Object getFieldMappings()
CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
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.
getFieldMappings
in interface CfnDataSource.SalesforceCustomKnowledgeArticleTypeConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()