

# AwsJobExponentialRolloutRate
<a name="API_AwsJobExponentialRolloutRate"></a>

The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.

## Contents
<a name="API_AwsJobExponentialRolloutRate_Contents"></a>

 ** baseRatePerMinute **   <a name="iot-Type-AwsJobExponentialRolloutRate-baseRatePerMinute"></a>
The minimum number of things that will be notified of a pending job, per minute, at the start of the job rollout. This is the initial rate of the rollout.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 1000.  
Required: Yes

 ** incrementFactor **   <a name="iot-Type-AwsJobExponentialRolloutRate-incrementFactor"></a>
The rate of increase for a job rollout. The number of things notified is multiplied by this factor.  
Type: Double  
Required: Yes

 ** rateIncreaseCriteria **   <a name="iot-Type-AwsJobExponentialRolloutRate-rateIncreaseCriteria"></a>
The criteria to initiate the increase in rate of rollout for a job.  
 AWS IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).  
Type: [AwsJobRateIncreaseCriteria](API_AwsJobRateIncreaseCriteria.md) object  
Required: Yes

## See Also
<a name="API_AwsJobExponentialRolloutRate_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/iot-2015-05-28/AwsJobExponentialRolloutRate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iot-2015-05-28/AwsJobExponentialRolloutRate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iot-2015-05-28/AwsJobExponentialRolloutRate) 