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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
CfnDataSource.ServiceNowServiceCatalogConfigurationProperty.Builder, CfnDataSource.ServiceNowServiceCatalogConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.ServiceNowServiceCatalogConfigurationProperty.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 service catalog items.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 to exclude certain attachments of catalogs in your ServiceNow.final Object
Maps 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 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.ServiceNowServiceCatalogConfigurationProperty.Builder
.
-
-
Method Details
-
getDocumentDataFieldName
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
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.ServiceNowServiceCatalogConfigurationProperty
-
getCrawlAttachments
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
TRUE
to index attachments to service catalog items.- Specified by:
getCrawlAttachments
in interfaceCfnDataSource.ServiceNowServiceCatalogConfigurationProperty
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
The name of the ServiceNow field that is mapped to the index document title field.- Specified by:
getDocumentTitleFieldName
in interfaceCfnDataSource.ServiceNowServiceCatalogConfigurationProperty
-
getExcludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
A 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:
getExcludeAttachmentFilePatterns
in interfaceCfnDataSource.ServiceNowServiceCatalogConfigurationProperty
-
getFieldMappings
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
Maps attributes or field names of catalogs 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.ServiceNowServiceCatalogConfigurationProperty
-
getIncludeAttachmentFilePatterns
Description copied from interface:CfnDataSource.ServiceNowServiceCatalogConfigurationProperty
A 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:
getIncludeAttachmentFilePatterns
in interfaceCfnDataSource.ServiceNowServiceCatalogConfigurationProperty
-
$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()
-