@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()
A list of regular expression patterns to exclude certain attachments of knowledge articles in your ServiceNow.
|
Object |
getFieldMappings()
Maps attributes or field names of knoweldge articles to Amazon Kendra index field names.
|
String |
getFilterQuery()
A query that selects the knowledge articles to index.
|
List<String> |
getIncludeAttachmentFilePatterns()
A list of regular expression patterns to include certain attachments of knowledge articles in your ServiceNow.
|
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.ServiceNowKnowledgeArticleConfigurationPropertyItem that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
The regex is applied to the field specified in the PatternTargetField .
getExcludeAttachmentFilePatterns in interface CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertypublic final Object getFieldMappings()
CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
To create custom fields, use the UpdateIndex API before you map to ServiceNow fields. For more information, see Mapping data source fields . The ServiceNow data source field names must exist in your ServiceNow custom metadata.
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.ServiceNowKnowledgeArticleConfigurationPropertyItem that match the patterns are included in the index. Items that don't match the patterns are excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
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.