Interface CfnJobTemplatePropsMixin.RateIncreaseCriteriaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnJobTemplatePropsMixin.RateIncreaseCriteriaProperty.Jsii$Proxy
- Enclosing class:
CfnJobTemplatePropsMixin
@Stability(Stable)
public static interface CfnJobTemplatePropsMixin.RateIncreaseCriteriaProperty
extends software.amazon.jsii.JsiiSerializable
Allows you to define a criteria to initiate the increase in rate of rollout for a job.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iot.*;
RateIncreaseCriteriaProperty rateIncreaseCriteriaProperty = RateIncreaseCriteriaProperty.builder()
.numberOfNotifiedThings(123)
.numberOfSucceededThings(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnJobTemplatePropsMixin.RateIncreaseCriteriaPropertystatic final classAn implementation forCfnJobTemplatePropsMixin.RateIncreaseCriteriaProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNumberOfNotifiedThings
The threshold for number of notified things that will initiate the increase in rate of rollout.- See Also:
-
getNumberOfSucceededThings
The threshold for number of succeeded things that will initiate the increase in rate of rollout.- See Also:
-
builder
-