AWS::S3::StorageLensGroup MatchObjectAge - 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 MatchObjectAge

This resource contains DaysGreaterThan and DaysLessThan to define the object age range (minimum and maximum number of days).

Syntax

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

JSON

{ "DaysGreaterThan" : Integer, "DaysLessThan" : Integer }

YAML

DaysGreaterThan: Integer DaysLessThan: Integer

Properties

DaysGreaterThan

This property indicates the minimum object age in days.

Required: No

Type: Integer

Minimum: 1

Update requires: No interruption

DaysLessThan

This property indicates the maximum object age in days.

Required: No

Type: Integer

Minimum: 1

Update requires: No interruption