Values.AddOnSourceDescribes an add-on that is enabled for an Amazon Lightsail resource.
type nonrec t = {name : String_.t option;The name of the add-on.
*)status : String_.t option;The status of the add-on.
*)snapshotTimeOfDay : TimeOfDay.t option;The daily time when an automatic snapshot is created. The time shown is in HH:00 format, and in Coordinated Universal Time (UTC). The snapshot is automatically created between the time shown and up to 45 minutes after.
*)nextSnapshotTimeOfDay : TimeOfDay.t option;The next daily time an automatic snapshot will be created. The time shown is in HH:00 format, and in Coordinated Universal Time (UTC). The snapshot is automatically created between the time shown and up to 45 minutes after.
*)threshold : String_.t option;The trigger threshold of the action. This add-on only applies to Lightsail for Research resources.
*)duration : String_.t option;The amount of idle time in minutes after which your virtual computer will automatically stop. This add-on only applies to Lightsail for Research resources.
*)}