libZSservicesZSamazonka-backupZSamazonka-backup
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Backup.Types.BackupPlanInput

Description

 
Synopsis

Documentation

data BackupPlanInput 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.

See: newBackupPlanInput smart constructor.

Constructors

BackupPlanInput' 

Fields

Instances

Instances details
Eq BackupPlanInput Source # 
Instance details

Defined in Amazonka.Backup.Types.BackupPlanInput

Show BackupPlanInput Source # 
Instance details

Defined in Amazonka.Backup.Types.BackupPlanInput

Generic BackupPlanInput Source # 
Instance details

Defined in Amazonka.Backup.Types.BackupPlanInput

Associated Types

type Rep BackupPlanInput :: Type -> Type #

NFData BackupPlanInput Source # 
Instance details

Defined in Amazonka.Backup.Types.BackupPlanInput

Methods

rnf :: BackupPlanInput -> () #

Hashable BackupPlanInput Source # 
Instance details

Defined in Amazonka.Backup.Types.BackupPlanInput

ToJSON BackupPlanInput Source # 
Instance details

Defined in Amazonka.Backup.Types.BackupPlanInput

type Rep BackupPlanInput Source # 
Instance details

Defined in Amazonka.Backup.Types.BackupPlanInput

type Rep BackupPlanInput = D1 ('MetaData "BackupPlanInput" "Amazonka.Backup.Types.BackupPlanInput" "libZSservicesZSamazonka-backupZSamazonka-backup" 'False) (C1 ('MetaCons "BackupPlanInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "advancedBackupSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdvancedBackupSetting])) :*: (S1 ('MetaSel ('Just "backupPlanName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BackupRuleInput]))))

newBackupPlanInput Source #

Create a value of BackupPlanInput 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:BackupPlanInput', backupPlanInput_advancedBackupSettings - Specifies a list of BackupOptions for each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

$sel:backupPlanName:BackupPlanInput', backupPlanInput_backupPlanName - The optional display name of a backup plan.

$sel:rules:BackupPlanInput', backupPlanInput_rules - An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.

backupPlanInput_advancedBackupSettings :: Lens' BackupPlanInput (Maybe [AdvancedBackupSetting]) Source #

Specifies a list of BackupOptions for each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.

backupPlanInput_backupPlanName :: Lens' BackupPlanInput Text Source #

The optional display name of a backup plan.

backupPlanInput_rules :: Lens' BackupPlanInput [BackupRuleInput] Source #

An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.