/dhall-aws-cloudformation/cloudformation/AWS::Batch::JobDefinition/Ulimit.dhall

Copy path to clipboard

Source

{ Type =
{ HardLimit : Integer
, Name : (./../../Fn.dhall).CfnText
, SoftLimit : Integer
}
, default = {=}
}