includeAttachmentFilePatterns

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

Parameters

value

A list of regular expression patterns to include certain documents in your Salesforce. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from 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 = "armebwjlchjwegfx")
suspend fun includeAttachmentFilePatterns(vararg values: Output<String>)


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

Parameters

values

A list of regular expression patterns to include certain documents in your Salesforce. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from 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.