| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RBin.Types.UnlockDelay
Description
Documentation
data UnlockDelay Source #
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.
See: newUnlockDelay smart constructor.
Constructors
| UnlockDelay' | |
Fields
| |
Instances
Arguments
| :: Natural | |
| -> UnlockDelayUnit | |
| -> UnlockDelay |
Create a value of UnlockDelay with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:unlockDelayValue:UnlockDelay', unlockDelay_unlockDelayValue - The unlock delay period, measured in the unit specified for
UnlockDelayUnit.
$sel:unlockDelayUnit:UnlockDelay', unlockDelay_unlockDelayUnit - The unit of time in which to measure the unlock delay. Currently, the
unlock delay can be measure only in days.
unlockDelay_unlockDelayValue :: Lens' UnlockDelay Natural Source #
The unlock delay period, measured in the unit specified for UnlockDelayUnit.
unlockDelay_unlockDelayUnit :: Lens' UnlockDelay UnlockDelayUnit Source #
The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.