AWS::S3::StorageLensGroup MatchObjectSize - AWS CloudFormation

AWS::S3::StorageLensGroup MatchObjectSize

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

Syntax

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