keepers

@JvmName(name = "tkmjkswgadlwegfe")
suspend fun keepers(value: Output<Map<String, String>>)
@JvmName(name = "qiyknesehphaybjl")
suspend fun keepers(value: Map<String, String>?)

Parameters

value

Arbitrary map of values that, when changed, will trigger recreation of resource. See the main provider documentation for more information.


@JvmName(name = "aqfuemblgdhrelth")
fun keepers(vararg values: Pair<String, String>)

Parameters

values

Arbitrary map of values that, when changed, will trigger recreation of resource. See the main provider documentation for more information.