Class CfnDataSource.ServiceNowServiceCatalogConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty-
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.ServiceNowServiceCatalogConfigurationProperty
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty.Builder, CfnDataSource.ServiceNowServiceCatalogConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.ServiceNowServiceCatalogConfigurationProperty.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 service catalog items.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 to exclude certain attachments of catalogs in your ServiceNow.final ObjectMaps attributes or field names of catalogs to Amazon Kendra index field names.A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow.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.ServiceNowServiceCatalogConfigurationProperty.Builder.
-
-
Method Details
-
getDocumentDataFieldName
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationPropertyThe name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.- Specified by:
getDocumentDataFieldNamein interfaceCfnDataSource.ServiceNowServiceCatalogConfigurationProperty
-
getCrawlAttachments
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationPropertyTRUEto index attachments to service catalog items.- Specified by:
getCrawlAttachmentsin interfaceCfnDataSource.ServiceNowServiceCatalogConfigurationProperty
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationPropertyThe name of the ServiceNow field that is mapped to the index document title field.- Specified by:
getDocumentTitleFieldNamein interfaceCfnDataSource.ServiceNowServiceCatalogConfigurationProperty
-
getExcludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationPropertyA list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow.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.
- Specified by:
getExcludeAttachmentFilePatternsin interfaceCfnDataSource.ServiceNowServiceCatalogConfigurationProperty
-
getFieldMappings
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationPropertyMaps attributes or field names of catalogs 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.ServiceNowServiceCatalogConfigurationProperty
-
getIncludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationPropertyA list of regular expression patterns to include certain attachments of catalogs in your ServiceNow.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.
- Specified by:
getIncludeAttachmentFilePatternsin interfaceCfnDataSource.ServiceNowServiceCatalogConfigurationProperty
-
$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()
-