Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ExperimentStopCondition Source #
Describes the stop condition for an experiment.
See: newExperimentStopCondition
smart constructor.
Instances
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.
experimentStopCondition_source :: Lens' ExperimentStopCondition (Maybe Text) Source #
The source for the stop condition.