excludeRegexes

@JvmName(name = "pqqwjvhyqpjkkccm")
suspend fun excludeRegexes(value: Output<List<String>>)
@JvmName(name = "mfgfqkghpclfvahu")
suspend fun excludeRegexes(value: List<String>?)

Parameters

value

A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan.


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


@JvmName(name = "wenkmbsmvkhuaphg")
suspend fun excludeRegexes(values: List<Output<String>>)
@JvmName(name = "uxofdanoapntdncm")
suspend fun excludeRegexes(vararg values: String)

Parameters

values

A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan.