| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FIS.Types.ExperimentTemplateStopCondition
Description
Synopsis
- data ExperimentTemplateStopCondition = ExperimentTemplateStopCondition' {}
- newExperimentTemplateStopCondition :: ExperimentTemplateStopCondition
- experimentTemplateStopCondition_source :: Lens' ExperimentTemplateStopCondition (Maybe Text)
- experimentTemplateStopCondition_value :: Lens' ExperimentTemplateStopCondition (Maybe Text)
Documentation
data ExperimentTemplateStopCondition Source #
Describes a stop condition for an experiment template.
See: newExperimentTemplateStopCondition smart constructor.
Constructors
| ExperimentTemplateStopCondition' | |
Instances
newExperimentTemplateStopCondition :: ExperimentTemplateStopCondition Source #
Create a value of ExperimentTemplateStopCondition 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:source:ExperimentTemplateStopCondition', experimentTemplateStopCondition_source - The source for the stop condition.
$sel:value:ExperimentTemplateStopCondition', experimentTemplateStopCondition_value - The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.
experimentTemplateStopCondition_source :: Lens' ExperimentTemplateStopCondition (Maybe Text) Source #
The source for the stop condition.
experimentTemplateStopCondition_value :: Lens' ExperimentTemplateStopCondition (Maybe Text) Source #
The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.