AWS::Rbin::Rule RetentionPeriod - 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::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 }

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