excludeAttachmentFilePatterns

@JvmName(name = "petiyaumspexcccx")
suspend fun excludeAttachmentFilePatterns(value: Output<List<String>>)
@JvmName(name = "audeelvpxrnutxee")
suspend fun excludeAttachmentFilePatterns(value: List<String>?)

Parameters

value

A list of regular expression patterns to exclude certain documents in your Salesforce. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the name of the attached file.


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


@JvmName(name = "xsbswynuavxtcdeb")
suspend fun excludeAttachmentFilePatterns(values: List<Output<String>>)
@JvmName(name = "xvfgceywphryehlp")
suspend fun excludeAttachmentFilePatterns(vararg values: String)

Parameters

values

A list of regular expression patterns to exclude certain documents in your Salesforce. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The pattern is applied to the name of the attached file.