/dhall-aws-cloudformation/cloudformation/AWS::S3::StorageLensGroup/MatchObjectSize.dhall

Copy path to clipboard

Source

{ Type =
{ BytesGreaterThan : Optional Integer, BytesLessThan : Optional Integer }
, default = { BytesGreaterThan = None Integer, BytesLessThan = None Integer }
}