Values.ApplicationRestoreConfigurationSourceSpecifies the method and snapshot to use when restarting an application using previously saved application state.
type nonrec t = {applicationRestoreType : ApplicationRestoreType.t;Specifies how the application should be restored.
*)snapshotName : SnapshotName.t option;The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for the ApplicationRestoreType.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SnapshotName.t ]) list ]