Module Values.AwsBackupBackupPlanBackupPlanDetailsSource

Provides details about an Backup backup plan and an array of BackupRule objects, each of which specifies a backup rule.

Sourcetype nonrec t = {
  1. backupPlanName : NonEmptyString.t option;
    (*

    The display name of a backup plan.

    *)
  2. advancedBackupSettings : AwsBackupBackupPlanAdvancedBackupSettingsList.t option;
    (*

    A list of backup options for each resource type.

    *)
  3. 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.

    *)
}
Sourceval make : ?backupPlanName:??? -> ?advancedBackupSettings:??? -> ?backupPlanRule:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t