This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Rbin::Rule UnlockDelay
Information about the retention rule unlock delay. The unlock delay is the period after which a retention rule can be modified or edited after it has been unlocked by a user with the required permissions. The retention rule can't be modified or deleted during the unlock delay.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "UnlockDelayUnit" :String, "UnlockDelayValue" :Integer}
YAML
UnlockDelayUnit:StringUnlockDelayValue:Integer
Properties
UnlockDelayUnit-
The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measured only in days.
Required: No
Type: String
Allowed values:
DAYSUpdate requires: No interruption
UnlockDelayValue-
The unlock delay period, measured in the unit specified for UnlockDelayUnit.
Required: No
Type: Integer
Minimum:
7Maximum:
30Update requires: No interruption