AWS::Rbin::Rule RetentionPeriod
Information about the retention period for which the retention rule is to retain resources.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "RetentionPeriodUnit" :
String
, "RetentionPeriodValue" :Integer
}
YAML
RetentionPeriodUnit:
String
RetentionPeriodValue:Integer
Properties
RetentionPeriodUnit
-
The unit of time in which the retention period is measured. Currently, only
DAYS
is supported.Required: Yes
Type: String
Allowed values:
DAYS
Update requires: No interruption
RetentionPeriodValue
-
The period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.
Required: Yes
Type: Integer
Minimum:
1
Maximum:
3650
Update requires: No interruption