AWS::S3::StorageLensGroup MatchObjectSize - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::S3::StorageLensGroup MatchObjectSize

This resource filters objects that match the specified object size range.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "BytesGreaterThan" : Integer, "BytesLessThan" : Integer }

YAML

BytesGreaterThan: Integer BytesLessThan: Integer

Properties

BytesGreaterThan

This property specifies the minimum object size in bytes. The value must be a positive number, greater than 0 and less than 5 TB.

Required: No

Type: Integer

Minimum: 1

Update requires: No interruption

BytesLessThan

This property specifies the maximum object size in bytes. The value must be a positive number, greater than the minimum object size and less than 5 TB.

Required: No

Type: Integer

Minimum: 1

Update requires: No interruption