minimalAction

@JvmName(name = "emrabwjrekfqscdc")
suspend fun minimalAction(value: Output<String>)
@JvmName(name = "qjgpyhlycghmcrhl")
suspend fun minimalAction(value: String)

Parameters

value

Minimal action to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to update without stopping instances, RESTART to restart existing instances or REPLACE to delete and create new instances from the target template. If you specify a REFRESH, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.