@Stability(value=Stable) @Internal public static final class CfnDataSource.ServiceNowServiceCatalogConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
CfnDataSource.ServiceNowServiceCatalogConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.ServiceNowServiceCatalogConfigurationProperty.Builder, CfnDataSource.ServiceNowServiceCatalogConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.ServiceNowServiceCatalogConfigurationProperty.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 crawl attachments to the service catalog items.
|
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 catalogs in your ServiceNow.
|
Object |
getFieldMappings()
Maps attributes or field names of catalogs to Amazon Kendra index field names.
|
List<String> |
getIncludeAttachmentFilePatterns()
A list of regular expression patterns to include certain attachments of catalogs 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.ServiceNowServiceCatalogConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final String getDocumentDataFieldName()
CfnDataSource.ServiceNowServiceCatalogConfigurationPropertygetDocumentDataFieldName in interface CfnDataSource.ServiceNowServiceCatalogConfigurationPropertypublic final Object getCrawlAttachments()
CfnDataSource.ServiceNowServiceCatalogConfigurationPropertygetCrawlAttachments in interface CfnDataSource.ServiceNowServiceCatalogConfigurationPropertypublic final String getDocumentTitleFieldName()
CfnDataSource.ServiceNowServiceCatalogConfigurationPropertygetDocumentTitleFieldName in interface CfnDataSource.ServiceNowServiceCatalogConfigurationPropertypublic final List<String> getExcludeAttachmentFilePatterns()
CfnDataSource.ServiceNowServiceCatalogConfigurationPropertyItem 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 file name of the attachment.
getExcludeAttachmentFilePatterns in interface CfnDataSource.ServiceNowServiceCatalogConfigurationPropertypublic final Object getFieldMappings()
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
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.ServiceNowServiceCatalogConfigurationPropertypublic final List<String> getIncludeAttachmentFilePatterns()
CfnDataSource.ServiceNowServiceCatalogConfigurationPropertyItem 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 file name of the attachment.
getIncludeAttachmentFilePatterns in interface CfnDataSource.ServiceNowServiceCatalogConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.