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

Copy path to clipboard

Source

{ Type =
{ Container : Optional (./ContainerProperties.dhall).Type
, TargetNodes : (./../../Fn.dhall).CfnText
}
, default.Container = None (./ContainerProperties.dhall).Type
}