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 RateIncreaseCriteria Source #
Allows you to define a criteria to initiate the increase in rate of rollout for a job.
See: newRateIncreaseCriteria
smart constructor.
RateIncreaseCriteria' | |
|
Instances
newRateIncreaseCriteria :: RateIncreaseCriteria Source #
Create a value of RateIncreaseCriteria
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:numberOfNotifiedThings:RateIncreaseCriteria'
, rateIncreaseCriteria_numberOfNotifiedThings
- The threshold for number of notified things that will initiate the
increase in rate of rollout.
$sel:numberOfSucceededThings:RateIncreaseCriteria'
, rateIncreaseCriteria_numberOfSucceededThings
- The threshold for number of succeeded things that will initiate the
increase in rate of rollout.
rateIncreaseCriteria_numberOfNotifiedThings :: Lens' RateIncreaseCriteria (Maybe Natural) Source #
The threshold for number of notified things that will initiate the increase in rate of rollout.
rateIncreaseCriteria_numberOfSucceededThings :: Lens' RateIncreaseCriteria (Maybe Natural) Source #
The threshold for number of succeeded things that will initiate the increase in rate of rollout.