filterOutBlobsWithPrefixes

@JvmName(name = "woxlnjvvdevuvibe")
suspend fun filterOutBlobsWithPrefixes(value: Output<List<String>>)
@JvmName(name = "qlkvpoporvuxcvtc")
suspend fun filterOutBlobsWithPrefixes(value: List<String>?)

Parameters

value

Specifies a list of filters prefixes, the blobs whose names begin with which will be replicated.


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


@JvmName(name = "ywcydvjhyggclugx")
suspend fun filterOutBlobsWithPrefixes(values: List<Output<String>>)
@JvmName(name = "gdosquxscqxlrjgk")
suspend fun filterOutBlobsWithPrefixes(vararg values: String)

Parameters

values

Specifies a list of filters prefixes, the blobs whose names begin with which will be replicated.