Values.AutomatedSnapshotPauseOptionsSourceSpecifies the automated snapshot pause options for the domain. These options allow you to temporarily pause automated snapshots for a specified time period.
type nonrec t = {enabled : Boolean.t option;Whether automated snapshot pause is enabled for the domain.
*)startTime : UpdateTimestamp.t option;The timestamp at which the automated snapshot pause begins.
*)endTime : UpdateTimestamp.t option;The timestamp at which the automated snapshot pause ends.
*)state : PauseState.t option;The current state of the automated snapshot pause. Valid values are Active, Completed, Scheduled, and Disabled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Timestamp of UpdateTimestamp.t ])
list ]