/dhall-aws-cloudformation/cloudformation/AWS::S3::StorageLensGroup/MatchObjectSize.dhall
Copy path to clipboardSource
{ Type =
{ BytesGreaterThan : Optional Integer, BytesLessThan : Optional Integer }
, default = { BytesGreaterThan = None Integer, BytesLessThan = None Integer }
}