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

Copy path to clipboard

Source

{ Type =
{ Limits :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
, Requests :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
, default =
{ Limits =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
, Requests =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
}