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

Copy path to clipboard

Source

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