public static final class CfnDataSource.ServiceNowServiceCatalogConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty.Builder, CfnDataSource.ServiceNowServiceCatalogConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getCrawlAttachments()
Indicates whether Amazon Kendra should crawl attachments to the service catalog items.
|
java.lang.String |
getDocumentDataFieldName()
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.
|
java.lang.String |
getDocumentTitleFieldName()
The name of the ServiceNow field that is mapped to the index document title field.
|
java.util.List<java.lang.String> |
getExcludeAttachmentFilePatterns()
A list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow.
|
java.lang.Object |
getFieldMappings()
Maps attributes or field names of catalogs to Amazon Kendra index field names.
|
java.util.List<java.lang.String> |
getIncludeAttachmentFilePatterns()
A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDocumentDataFieldName()
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
getDocumentDataFieldName
in interface CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
public final java.lang.Object getCrawlAttachments()
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
getCrawlAttachments
in interface CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
public final java.lang.String getDocumentTitleFieldName()
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
getDocumentTitleFieldName
in interface CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
public final java.util.List<java.lang.String> getExcludeAttachmentFilePatterns()
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
Item 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.ServiceNowServiceCatalogConfigurationProperty
public final java.lang.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.ServiceNowServiceCatalogConfigurationProperty
public final java.util.List<java.lang.String> getIncludeAttachmentFilePatterns()
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
Item 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()