DataSourceServiceNowKnowledgeArticleConfigurationArgs

data class DataSourceServiceNowKnowledgeArticleConfigurationArgs(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 filterQuery: Output<String>? = null, val includeAttachmentFilePatterns: Output<List<String>>? = null) : ConvertibleToJava<DataSourceServiceNowKnowledgeArticleConfigurationArgs>

Constructors

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

Functions

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

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
val filterQuery: Output<String>? = null
Link copied to clipboard