allowNonRestoredState

@JvmName(name = "ppvxqmudlnggfpwv")
suspend fun allowNonRestoredState(value: Output<Boolean>)
@JvmName(name = "ubtuxtwqgvguwxln")
suspend fun allowNonRestoredState(value: Boolean?)

Parameters

value

When restoring from a snapshot, specifies whether the runtime is allowed to skip a state that cannot be mapped to the new program. Defaults to false. If you update your application without specifying this parameter, AllowNonRestoredState will be set to false, even if it was previously set to true.