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 AWS 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