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 Amazon CloudFormation template, use the following syntax:
JSON
{ "UnlockDelayUnit" :
String
, "UnlockDelayValue" :Integer
}
YAML
UnlockDelayUnit:
String
UnlockDelayValue:Integer
Properties
UnlockDelayUnit
-
The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.
Required: No
Type: String
Allowed values:
DAYS
Update requires: No interruption
UnlockDelayValue
-
The unlock delay period, measured in the unit specified for UnlockDelayUnit.
Required: No
Type: Integer
Minimum:
7
Maximum:
30
Update requires: No interruption