Class CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty-
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.ServiceNowKnowledgeArticleConfigurationProperty
CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.Builder, CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.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 ObjectTRUEto index attachments to knowledge articles.final StringThe name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.final StringThe name of the ServiceNow field that is mapped to the index document title field.A list of regular expression patterns applied to exclude certain knowledge article attachments.final ObjectMaps attributes or field names of knoweldge articles to Amazon Kendra index field names.final StringA query that selects the knowledge articles to index.A list of regular expression patterns applied to include knowledge article attachments.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.ServiceNowKnowledgeArticleConfigurationProperty.Builder.
-
-
Method Details
-
getDocumentDataFieldName
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertyThe name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.- Specified by:
getDocumentDataFieldNamein interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getCrawlAttachments
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertyTRUEto index attachments to knowledge articles.- Specified by:
getCrawlAttachmentsin interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertyThe name of the ServiceNow field that is mapped to the index document title field.- Specified by:
getDocumentTitleFieldNamein interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getExcludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertyA list of regular expression patterns applied to exclude certain knowledge article attachments.Attachments 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.
- Specified by:
getExcludeAttachmentFilePatternsin interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getFieldMappings
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertyMaps attributes or field names of knoweldge articles to Amazon Kendra index field names.To create custom fields, use the
UpdateIndexAPI 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.- Specified by:
getFieldMappingsin interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getFilterQuery
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertyA query that selects the knowledge articles to index.The 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 .
- Specified by:
getFilterQueryin interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getIncludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationPropertyA list of regular expression patterns applied to include knowledge article attachments.Attachments 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.
- Specified by:
getIncludeAttachmentFilePatternsin interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
$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()
-