Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data BackupPlan Source #
Contains an optional backup plan display name and an array of
BackupRule
objects, each of which specifies a backup rule. Each rule
in a backup plan is a separate scheduled task and can back up a
different selection of Amazon Web Services resources.
See: newBackupPlan
smart constructor.
BackupPlan' | |
|
Instances
Create a value of BackupPlan
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:advancedBackupSettings:BackupPlan'
, backupPlan_advancedBackupSettings
- Contains a list of BackupOptions
for each resource type.
$sel:backupPlanName:BackupPlan'
, backupPlan_backupPlanName
- The display name of a backup plan.
$sel:rules:BackupPlan'
, backupPlan_rules
- An array of BackupRule
objects, each of which specifies a scheduled
task that is used to back up a selection of resources.
backupPlan_advancedBackupSettings :: Lens' BackupPlan (Maybe [AdvancedBackupSetting]) Source #
Contains a list of BackupOptions
for each resource type.
backupPlan_backupPlanName :: Lens' BackupPlan Text Source #
The display name of a backup plan.
backupPlan_rules :: Lens' BackupPlan [BackupRule] Source #
An array of BackupRule
objects, each of which specifies a scheduled
task that is used to back up a selection of resources.