keepers

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