/dhall-aws-cloudformation/cloudformation/AWS::EMR::Cluster/SimpleScalingPolicyConfiguration.dhall
Copy path to clipboardSource
{ Type =
{ AdjustmentType : Optional (./../../Fn.dhall).CfnText
, CoolDown : Optional Integer
, ScalingAdjustment : Integer
}
, default =
{ AdjustmentType = None (./../../Fn.dhall).CfnText, CoolDown = None Integer }
}