/dhall-aws-cloudformation/cloudformation/AWS::ECS::TaskDefinition/Ulimit.dhall
Copy path to clipboardSource
{ Type =
{ HardLimit : Integer
, Name : (./../../Fn.dhall).CfnText
, SoftLimit : Integer
}
, default = {=}
}
{ Type =
{ HardLimit : Integer
, Name : (./../../Fn.dhall).CfnText
, SoftLimit : Integer
}
, default = {=}
}