/dhall-aws-cloudformation/cloudformation/AWS::InspectorV2::Filter/NumberFilter.dhall

Copy path to clipboard

Source

{ Type = { LowerInclusive : Optional Double, UpperInclusive : Optional Double }
, default = { LowerInclusive = None Double, UpperInclusive = None Double }
}