@Stability(value=Stable) @Internal public static final class CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.Builder, CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSource.AccessControlListConfigurationProperty.Builder. |
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(Object o) |
Object |
getCrawlAttachments()
Indicates whether Amazon Kendra should index attachments to knowledge articles.
|
String |
getDocumentDataFieldName()
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.
|
String |
getDocumentTitleFieldName()
The name of the ServiceNow field that is mapped to the index document title field.
|
List<String> |
getExcludeAttachmentFilePatterns()
List of regular expressions applied to knowledge articles.
|
Object |
getFieldMappings()
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
String |
getFilterQuery()
A query that selects the knowledge articles to index.
|
List<String> |
getIncludeAttachmentFilePatterns()
List of regular expressions applied to knowledge articles.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final String getDocumentDataFieldName()
CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertygetDocumentDataFieldName in interface CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertypublic final Object getCrawlAttachments()
CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertygetCrawlAttachments in interface CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertypublic final String getDocumentTitleFieldName()
CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertygetDocumentTitleFieldName in interface CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertypublic final List<String> getExcludeAttachmentFilePatterns()
CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
Items that don't match the inclusion pattern are not indexed. The regex is applied to the field specified in the PatternTargetField
getExcludeAttachmentFilePatterns in interface CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertypublic final Object getFieldMappings()
CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertyYou must create the index field before you map the field.
getFieldMappings in interface CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertypublic final String getFilterQuery()
CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertyThe query can return articles from multiple knowledge bases, and the knowledge bases can be public or private.
The query string must be one generated by the ServiceNow console. For more information, see Specifying documents to index with a query .
getFilterQuery in interface CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertypublic final List<String> getIncludeAttachmentFilePatterns()
CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
Items that don't match the inclusion pattern are not indexed. The regex is applied to the field specified in the PatternTargetField .
getIncludeAttachmentFilePatterns in interface CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.