amazonka-backup-2.0: Amazon Backup SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Backup.Types.RecoveryPointSelection

Description

 
Synopsis

Documentation

data RecoveryPointSelection Source #

This specifies criteria to assign a set of resources, such as resource types or backup vaults.

See: newRecoveryPointSelection smart constructor.

Constructors

RecoveryPointSelection' 

Fields

Instances

Instances details
FromJSON RecoveryPointSelection Source # 
Instance details

Defined in Amazonka.Backup.Types.RecoveryPointSelection

ToJSON RecoveryPointSelection Source # 
Instance details

Defined in Amazonka.Backup.Types.RecoveryPointSelection

Generic RecoveryPointSelection Source # 
Instance details

Defined in Amazonka.Backup.Types.RecoveryPointSelection

Associated Types

type Rep RecoveryPointSelection :: Type -> Type #

Read RecoveryPointSelection Source # 
Instance details

Defined in Amazonka.Backup.Types.RecoveryPointSelection

Show RecoveryPointSelection Source # 
Instance details

Defined in Amazonka.Backup.Types.RecoveryPointSelection

NFData RecoveryPointSelection Source # 
Instance details

Defined in Amazonka.Backup.Types.RecoveryPointSelection

Methods

rnf :: RecoveryPointSelection -> () #

Eq RecoveryPointSelection Source # 
Instance details

Defined in Amazonka.Backup.Types.RecoveryPointSelection

Hashable RecoveryPointSelection Source # 
Instance details

Defined in Amazonka.Backup.Types.RecoveryPointSelection

type Rep RecoveryPointSelection Source # 
Instance details

Defined in Amazonka.Backup.Types.RecoveryPointSelection

type Rep RecoveryPointSelection = D1 ('MetaData "RecoveryPointSelection" "Amazonka.Backup.Types.RecoveryPointSelection" "amazonka-backup-2.0-LovIt41tphM6jvgQJhTyRf" 'False) (C1 ('MetaCons "RecoveryPointSelection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dateRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateRange)) :*: (S1 ('MetaSel ('Just "resourceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "vaultNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newRecoveryPointSelection :: RecoveryPointSelection Source #

Create a value of RecoveryPointSelection 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:dateRange:RecoveryPointSelection', recoveryPointSelection_dateRange - Undocumented member.

$sel:resourceIdentifiers:RecoveryPointSelection', recoveryPointSelection_resourceIdentifiers - These are the resources included in the resource selection (including type of resources and vaults).

$sel:vaultNames:RecoveryPointSelection', recoveryPointSelection_vaultNames - These are the names of the vaults in which the selected recovery points are contained.

recoveryPointSelection_resourceIdentifiers :: Lens' RecoveryPointSelection (Maybe [Text]) Source #

These are the resources included in the resource selection (including type of resources and vaults).

recoveryPointSelection_vaultNames :: Lens' RecoveryPointSelection (Maybe [Text]) Source #

These are the names of the vaults in which the selected recovery points are contained.