| 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.DynamoDB.Types.PointInTimeRecoveryDescription
Description
Synopsis
- data PointInTimeRecoveryDescription = PointInTimeRecoveryDescription' {}
- newPointInTimeRecoveryDescription :: PointInTimeRecoveryDescription
- pointInTimeRecoveryDescription_earliestRestorableDateTime :: Lens' PointInTimeRecoveryDescription (Maybe UTCTime)
- pointInTimeRecoveryDescription_latestRestorableDateTime :: Lens' PointInTimeRecoveryDescription (Maybe UTCTime)
- pointInTimeRecoveryDescription_pointInTimeRecoveryStatus :: Lens' PointInTimeRecoveryDescription (Maybe PointInTimeRecoveryStatus)
Documentation
data PointInTimeRecoveryDescription Source #
The description of the point in time settings applied to the table.
See: newPointInTimeRecoveryDescription smart constructor.
Constructors
| PointInTimeRecoveryDescription' | |
Fields
| |
Instances
newPointInTimeRecoveryDescription :: PointInTimeRecoveryDescription Source #
Create a value of PointInTimeRecoveryDescription 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:earliestRestorableDateTime:PointInTimeRecoveryDescription', pointInTimeRecoveryDescription_earliestRestorableDateTime - Specifies the earliest point in time you can restore your table to. You
can restore your table to any point in time during the last 35 days.
$sel:latestRestorableDateTime:PointInTimeRecoveryDescription', pointInTimeRecoveryDescription_latestRestorableDateTime - LatestRestorableDateTime is typically 5 minutes before the current
time.
$sel:pointInTimeRecoveryStatus:PointInTimeRecoveryDescription', pointInTimeRecoveryDescription_pointInTimeRecoveryStatus - The current state of point in time recovery:
ENABLED- Point in time recovery is enabled.DISABLED- Point in time recovery is disabled.
pointInTimeRecoveryDescription_earliestRestorableDateTime :: Lens' PointInTimeRecoveryDescription (Maybe UTCTime) Source #
Specifies the earliest point in time you can restore your table to. You can restore your table to any point in time during the last 35 days.
pointInTimeRecoveryDescription_latestRestorableDateTime :: Lens' PointInTimeRecoveryDescription (Maybe UTCTime) Source #
LatestRestorableDateTime is typically 5 minutes before the current
time.
pointInTimeRecoveryDescription_pointInTimeRecoveryStatus :: Lens' PointInTimeRecoveryDescription (Maybe PointInTimeRecoveryStatus) Source #
The current state of point in time recovery:
ENABLED- Point in time recovery is enabled.DISABLED- Point in time recovery is disabled.