Values.AwsBackupBackupPlanBackupPlanDetailsSourceProvides details about an Backup backup plan and an array of BackupRule objects, each of which specifies a backup rule.
type nonrec t = {backupPlanName : NonEmptyString.t option;The display name of a backup plan.
*)advancedBackupSettings : AwsBackupBackupPlanAdvancedBackupSettingsList.t option;A list of backup options for each resource type.
*)backupPlanRule : AwsBackupBackupPlanRuleList.t option;An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `Long of Long.t ]) list ])
list ]
list
| `Long of Long.t
| `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of NonEmptyString.t
| `Structure of (string * [> `Long of Long.t ]) list ])
list ]
list
| `String of NonEmptyString.t ])
list ]