/dhall-aws-cloudformation/cloudformation/AWS::IoT::JobTemplate/JobExecutionsRolloutConfig.dhall

Copy path to clipboard

Source

{ Type =
{ ExponentialRolloutRate : Optional (./ExponentialRolloutRate.dhall).Type
, MaximumPerMinute : Optional Integer
}
, default =
{ ExponentialRolloutRate = None (./ExponentialRolloutRate.dhall).Type
, MaximumPerMinute = None Integer
}
}