snapshotWithoutReboot

@JvmName(name = "mdkmsvuoillvhokj")
suspend fun snapshotWithoutReboot(value: Output<Boolean>)
@JvmName(name = "qrmtkylycjhrmdfs")
suspend fun snapshotWithoutReboot(value: Boolean?)

Parameters

value

Boolean that overrides the behavior of stopping the instance before snapshotting. This is risky since it may cause a snapshot of an inconsistent filesystem state, but can be used to avoid downtime if the user otherwise guarantees that no filesystem writes will be underway at the time of snapshot.