includeRegexes

@JvmName(name = "fiqbtrepqsuhjnfl")
suspend fun includeRegexes(value: Output<List<String>>)
@JvmName(name = "xlhogvdafuggallx")
suspend fun includeRegexes(value: List<String>?)

Parameters

value

A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in excludeRegex. Leaving this field empty will match all files by default (this is equivalent to including .* in the list)


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


@JvmName(name = "jetehanbspkahwyk")
suspend fun includeRegexes(values: List<Output<String>>)
@JvmName(name = "gonjjeaopnvumvsl")
suspend fun includeRegexes(vararg values: String)

Parameters

values

A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in excludeRegex. Leaving this field empty will match all files by default (this is equivalent to including .* in the list)