/dhall-aws-cloudformation/cloudformation/AWS::IoT::JobTemplate/ExponentialRolloutRate.dhall
Copy path to clipboardSource
{ Type =
{ BaseRatePerMinute : Integer
, IncrementFactor : Double
, RateIncreaseCriteria : (./RateIncreaseCriteria.dhall).Type
}
, default = {=}
}