importPrefixes

@JvmName(name = "tdgkxhfolqurriim")
suspend fun importPrefixes(value: Output<List<String>>)
@JvmName(name = "jaugyasenbyogjhc")
suspend fun importPrefixes(value: List<String>?)

Parameters

value

An array of blob paths/prefixes that get imported into the cluster namespace. It has '/' as the default value.


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


@JvmName(name = "tqtpjcgfteeqojmh")
suspend fun importPrefixes(values: List<Output<String>>)
@JvmName(name = "hbascwyctsaylcts")
suspend fun importPrefixes(vararg values: String)

Parameters

values

An array of blob paths/prefixes that get imported into the cluster namespace. It has '/' as the default value.