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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.Builder, CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.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 Object
TRUE
to index attachments to knowledge articles.final String
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.final String
The 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 Object
Maps attributes or field names of knoweldge articles to Amazon Kendra index field names.final String
A query that selects the knowledge articles to index.A list of regular expression patterns applied to include knowledge article attachments.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
Constructor that initializes the object based on literal property values passed by theCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty.Builder
.
-
-
Method Details
-
getDocumentDataFieldName
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.- Specified by:
getDocumentDataFieldName
in interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getCrawlAttachments
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
TRUE
to index attachments to knowledge articles.- Specified by:
getCrawlAttachments
in interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
The name of the ServiceNow field that is mapped to the index document title field.- Specified by:
getDocumentTitleFieldName
in interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getExcludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
A 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:
getExcludeAttachmentFilePatterns
in interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getFieldMappings
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
Maps attributes or field names of knoweldge articles to Amazon Kendra index field names.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.- Specified by:
getFieldMappings
in interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getFilterQuery
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
A 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:
getFilterQuery
in interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
getIncludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
A 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:
getIncludeAttachmentFilePatterns
in interfaceCfnDataSource.ServiceNowKnowledgeArticleConfigurationProperty
-
$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()
-