includeAttachmentFilePatterns

@JvmName(name = "riiwwmdxfrvcgsoi")
suspend fun includeAttachmentFilePatterns(value: Output<List<String>>)
@JvmName(name = "ttsclufkayudolxn")
suspend fun includeAttachmentFilePatterns(value: List<String>?)

Parameters

value

A list of regular expression patterns applied to include knowledge article attachments. Attachments 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.


@JvmName(name = "rqwtnpwexahwwfyd")
suspend fun includeAttachmentFilePatterns(vararg values: Output<String>)


@JvmName(name = "vwdhqlaewrpiouep")
suspend fun includeAttachmentFilePatterns(values: List<Output<String>>)
@JvmName(name = "orlpltlfvlufuepn")
suspend fun includeAttachmentFilePatterns(vararg values: String)

Parameters

values

A list of regular expression patterns applied to include knowledge article attachments. Attachments 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.