libZSservicesZSamazonka-fisZSamazonka-fis
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.FIS.Types.ExperimentStopCondition

Description

 
Synopsis

Documentation

data ExperimentStopCondition Source #

Describes the stop condition for an experiment.

See: newExperimentStopCondition smart constructor.

Constructors

ExperimentStopCondition' 

Fields

Instances

Instances details
Eq ExperimentStopCondition Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentStopCondition

Read ExperimentStopCondition Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentStopCondition

Show ExperimentStopCondition Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentStopCondition

Generic ExperimentStopCondition Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentStopCondition

Associated Types

type Rep ExperimentStopCondition :: Type -> Type #

NFData ExperimentStopCondition Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentStopCondition

Methods

rnf :: ExperimentStopCondition -> () #

Hashable ExperimentStopCondition Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentStopCondition

FromJSON ExperimentStopCondition Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentStopCondition

type Rep ExperimentStopCondition Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentStopCondition

type Rep ExperimentStopCondition = D1 ('MetaData "ExperimentStopCondition" "Amazonka.FIS.Types.ExperimentStopCondition" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "ExperimentStopCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newExperimentStopCondition :: ExperimentStopCondition Source #

Create a value of ExperimentStopCondition 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:value:ExperimentStopCondition', experimentStopCondition_value - The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.

$sel:source:ExperimentStopCondition', experimentStopCondition_source - The source for the stop condition.

experimentStopCondition_value :: Lens' ExperimentStopCondition (Maybe Text) Source #

The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.