/dhall-aws-cloudformation/cloudformation/AWS::GroundStation::DataflowEndpointGroup/IntegerRange.dhall
Copy path to clipboardSource
{ Type = { Maximum : Optional Integer, Minimum : Optional Integer }
, default = { Maximum = None Integer, Minimum = None Integer }
}