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

Copy path to clipboard

Source

{ Type = { BeginInclusive : Optional Integer, EndInclusive : Optional Integer }
, default = { BeginInclusive = None Integer, EndInclusive = None Integer }
}