autoExportPrefixes

@JvmName(name = "bqgqkvytvcdawgum")
suspend fun autoExportPrefixes(value: Output<List<String>>)
@JvmName(name = "hpeywedpbpabunlx")
suspend fun autoExportPrefixes(value: List<String>?)

Parameters

value

An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.


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


@JvmName(name = "kjdxygxmjxvrlflh")
suspend fun autoExportPrefixes(values: List<Output<String>>)
@JvmName(name = "efvlgujcngdvvluj")
suspend fun autoExportPrefixes(vararg values: String)

Parameters

values

An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1.