Values.AutomatedSnapshotPauseRequestOptionsSourceSpecifies the automated snapshot pause request options for the domain. Suspending snapshots reduces data protection. You cannot restore your domain to points in time when snapshots are suspended. Use this feature only for short-term operational needs such as migrations or maintenance windows. Maximum suspension duration: 3 days.
type nonrec t = {enabled : Boolean.t;Whether to enable or disable automated snapshot pause for the domain.
*)startTime : UpdateTimestamp.t option;The timestamp at which the automated snapshot pause should begin.
*)endTime : UpdateTimestamp.t option;The timestamp at which the automated snapshot pause should end. The maximum allowed duration between StartTime and EndTime is 3 days.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `Timestamp of UpdateTimestamp.t ])
list ]