/dhall-aws-cloudformation/cloudformation/AWS::InspectorV2::Filter/NumberFilter.dhall
Copy path to clipboardSource
{ Type = { LowerInclusive : Optional Double, UpperInclusive : Optional Double }
, default = { LowerInclusive = None Double, UpperInclusive = None Double }
}