/dhall-aws-cloudformation/cloudformation/AWS::GroundStation::DataflowEndpointGroup/IntegerRange.dhall

Copy path to clipboard

Source

{ Type = { Maximum : Optional Integer, Minimum : Optional Integer }
, default = { Maximum = None Integer, Minimum = None Integer }
}