This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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