DataSourceServiceNowServiceCatalogConfigurationArgs

data class DataSourceServiceNowServiceCatalogConfigurationArgs(val crawlAttachments: Output<Boolean>? = null, val documentDataFieldName: Output<String>, val documentTitleFieldName: Output<String>? = null, val excludeAttachmentFilePatterns: Output<List<String>>? = null, val fieldMappings: Output<List<DataSourceToIndexFieldMappingArgs>>? = null, val includeAttachmentFilePatterns: Output<List<String>>? = null) : ConvertibleToJava<DataSourceServiceNowServiceCatalogConfigurationArgs>

Constructors

fun DataSourceServiceNowServiceCatalogConfigurationArgs(crawlAttachments: Output<Boolean>? = null, documentDataFieldName: Output<String>, documentTitleFieldName: Output<String>? = null, excludeAttachmentFilePatterns: Output<List<String>>? = null, fieldMappings: Output<List<DataSourceToIndexFieldMappingArgs>>? = null, includeAttachmentFilePatterns: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DataSourceServiceNowServiceCatalogConfigurationArgs

Properties

Link copied to clipboard
val crawlAttachments: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val documentTitleFieldName: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard