| 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.IoT.Types.JobExecutionsRolloutConfig
Description
Synopsis
- data JobExecutionsRolloutConfig = JobExecutionsRolloutConfig' {}
- newJobExecutionsRolloutConfig :: JobExecutionsRolloutConfig
- jobExecutionsRolloutConfig_exponentialRate :: Lens' JobExecutionsRolloutConfig (Maybe ExponentialRolloutRate)
- jobExecutionsRolloutConfig_maximumPerMinute :: Lens' JobExecutionsRolloutConfig (Maybe Natural)
Documentation
data JobExecutionsRolloutConfig Source #
Allows you to create a staged rollout of a job.
See: newJobExecutionsRolloutConfig smart constructor.
Constructors
| JobExecutionsRolloutConfig' | |
Fields
| |
Instances
newJobExecutionsRolloutConfig :: JobExecutionsRolloutConfig Source #
Create a value of JobExecutionsRolloutConfig 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:exponentialRate:JobExecutionsRolloutConfig', jobExecutionsRolloutConfig_exponentialRate - The rate of increase for a job rollout. This parameter allows you to
define an exponential rate for a job rollout.
$sel:maximumPerMinute:JobExecutionsRolloutConfig', jobExecutionsRolloutConfig_maximumPerMinute - The maximum number of things that will be notified of a pending job, per
minute. This parameter allows you to create a staged rollout.
jobExecutionsRolloutConfig_exponentialRate :: Lens' JobExecutionsRolloutConfig (Maybe ExponentialRolloutRate) Source #
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
jobExecutionsRolloutConfig_maximumPerMinute :: Lens' JobExecutionsRolloutConfig (Maybe Natural) Source #
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.