excludeRegexes

@JvmName(name = "nnfsdemkiiuylyyn")
suspend fun excludeRegexes(value: Output<List<String>>)
@JvmName(name = "jbnbygptacuwndre")
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 = "khwkgwhuactclkio")
suspend fun excludeRegexes(vararg values: Output<String>)


@JvmName(name = "rgcrfqrshaygnrrx")
suspend fun excludeRegexes(values: List<Output<String>>)
@JvmName(name = "vdkjfimrbkqxcjjs")
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.