excludeRegex

@JvmName(name = "xghidobgiuwfyvyb")
suspend fun excludeRegex(value: Output<List<String>>)
@JvmName(name = "jwmexlsyhgmfxdpr")
suspend fun excludeRegex(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. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.


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


@JvmName(name = "rvhoevwanqfdbtvf")
suspend fun excludeRegex(values: List<Output<String>>)
@JvmName(name = "oknuticmasvssxqy")
suspend fun excludeRegex(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. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.