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.ControlInputParameter

Description

 
Synopsis

Documentation

data ControlInputParameter Source #

A list of parameters for a control. A control can have zero, one, or more than one parameter. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year.

See: newControlInputParameter smart constructor.

Constructors

ControlInputParameter' 

Fields

Instances

Instances details
Eq ControlInputParameter Source # 
Instance details

Defined in Amazonka.Backup.Types.ControlInputParameter

Read ControlInputParameter Source # 
Instance details

Defined in Amazonka.Backup.Types.ControlInputParameter

Show ControlInputParameter Source # 
Instance details

Defined in Amazonka.Backup.Types.ControlInputParameter

Generic ControlInputParameter Source # 
Instance details

Defined in Amazonka.Backup.Types.ControlInputParameter

Associated Types

type Rep ControlInputParameter :: Type -> Type #

NFData ControlInputParameter Source # 
Instance details

Defined in Amazonka.Backup.Types.ControlInputParameter

Methods

rnf :: ControlInputParameter -> () #

Hashable ControlInputParameter Source # 
Instance details

Defined in Amazonka.Backup.Types.ControlInputParameter

ToJSON ControlInputParameter Source # 
Instance details

Defined in Amazonka.Backup.Types.ControlInputParameter

FromJSON ControlInputParameter Source # 
Instance details

Defined in Amazonka.Backup.Types.ControlInputParameter

type Rep ControlInputParameter Source # 
Instance details

Defined in Amazonka.Backup.Types.ControlInputParameter

type Rep ControlInputParameter = D1 ('MetaData "ControlInputParameter" "Amazonka.Backup.Types.ControlInputParameter" "libZSservicesZSamazonka-backupZSamazonka-backup" 'False) (C1 ('MetaCons "ControlInputParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newControlInputParameter :: ControlInputParameter Source #

Create a value of ControlInputParameter 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:parameterValue:ControlInputParameter', controlInputParameter_parameterValue - The value of parameter, for example, hourly.

$sel:parameterName:ControlInputParameter', controlInputParameter_parameterName - The name of a parameter, for example, BackupPlanFrequency.

controlInputParameter_parameterValue :: Lens' ControlInputParameter (Maybe Text) Source #

The value of parameter, for example, hourly.

controlInputParameter_parameterName :: Lens' ControlInputParameter (Maybe Text) Source #

The name of a parameter, for example, BackupPlanFrequency.