Values.AutoRollbackConfigurationSourceInformation about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.
type nonrec t = {enabled : Boolean.t option;Indicates whether a defined automatic rollback configuration is currently enabled.
*)events : AutoRollbackEventsList.t option;The event type or types that trigger a rollback.
*)}