| 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.ContinuousBackupsDescription
Description
Synopsis
- data ContinuousBackupsDescription = ContinuousBackupsDescription' {}
- newContinuousBackupsDescription :: ContinuousBackupsStatus -> ContinuousBackupsDescription
- continuousBackupsDescription_pointInTimeRecoveryDescription :: Lens' ContinuousBackupsDescription (Maybe PointInTimeRecoveryDescription)
- continuousBackupsDescription_continuousBackupsStatus :: Lens' ContinuousBackupsDescription ContinuousBackupsStatus
Documentation
data ContinuousBackupsDescription Source #
Represents the continuous backups and point in time recovery settings on the table.
See: newContinuousBackupsDescription smart constructor.
Constructors
| ContinuousBackupsDescription' | |
Fields
| |
Instances
newContinuousBackupsDescription Source #
Arguments
| :: ContinuousBackupsStatus | |
| -> ContinuousBackupsDescription |
Create a value of ContinuousBackupsDescription 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:pointInTimeRecoveryDescription:ContinuousBackupsDescription', continuousBackupsDescription_pointInTimeRecoveryDescription - The description of the point in time recovery settings applied to the
table.
$sel:continuousBackupsStatus:ContinuousBackupsDescription', continuousBackupsDescription_continuousBackupsStatus - ContinuousBackupsStatus can be one of the following states: ENABLED,
DISABLED
continuousBackupsDescription_pointInTimeRecoveryDescription :: Lens' ContinuousBackupsDescription (Maybe PointInTimeRecoveryDescription) Source #
The description of the point in time recovery settings applied to the table.
continuousBackupsDescription_continuousBackupsStatus :: Lens' ContinuousBackupsDescription ContinuousBackupsStatus Source #
ContinuousBackupsStatus can be one of the following states: ENABLED,
DISABLED