@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.
|
Object |
getFieldMappings()
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
List<String> |
getIncludeAttachmentFilePatterns()
A list of regular expression patterns.
|
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.ServiceNowServiceCatalogConfigurationPropertyDocuments that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index.
The regex is applied to the file name of the attachment.
getExcludeAttachmentFilePatterns in interface CfnDataSource.ServiceNowServiceCatalogConfigurationPropertypublic final Object getFieldMappings()
CfnDataSource.ServiceNowServiceCatalogConfigurationPropertyYou must create the index field before you map the field.
getFieldMappings in interface CfnDataSource.ServiceNowServiceCatalogConfigurationPropertypublic final List<String> getIncludeAttachmentFilePatterns()
CfnDataSource.ServiceNowServiceCatalogConfigurationPropertyDocuments that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not 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.