keepers

@JvmName(name = "tigiyjjqvmbdpkgf")
suspend fun keepers(value: Output<Map<String, String>>)
@JvmName(name = "djilstbngtioptwc")
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 = "rhnsajlclurvmdya")
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.