AWS::S3::StorageLensGroup MatchObjectSize - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::S3::StorageLensGroup MatchObjectSize

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

Syntax

To declare this entity in your 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