/dhall-aws-cloudformation/cloudformation/AWS::GreengrassV2::Deployment/IoTJobExponentialRolloutRate.dhall

Copy path to clipboard

Source

{ Type =
{ BaseRatePerMinute : Integer
, IncrementFactor : Double
, RateIncreaseCriteria : (./IoTJobRateIncreaseCriteria.dhall).Type
}
, default = {=}
}