Values.FastRestoreRuleSource[Custom snapshot policies only] Specifies a rule for enabling fast snapshot restore for snapshots created by snapshot policies. You can enable fast snapshot restore based on either a count or a time interval.
type nonrec t = {count : Count.t option;The number of snapshots to be enabled with fast snapshot restore.
*)interval : Interval.t option;The amount of time to enable fast snapshot restore. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
*)intervalUnit : RetentionIntervalUnitValues.t option;The unit of time for enabling fast snapshot restore.
*)availabilityZones : AvailabilityZoneList.t option;The Availability Zones in which to enable fast snapshot restore.
*)availabilityZoneIds : AvailabilityZoneIdList.t option;The Availability Zone Ids in which to enable fast snapshot restore.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Count.t
| `List of [> `String of AvailabilityZone.t ] list ])
list ]