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

Copy path to clipboard

Source

{ Type =
{ MainNode : Integer
, NodeRangeProperties : List (./NodeRangeProperty.dhall).Type
, NumNodes : Integer
}
, default = {=}
}