| 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.PointInTimeRecoverySpecification
Description
Synopsis
Documentation
data PointInTimeRecoverySpecification Source #
Represents the settings used to enable point in time recovery.
See: newPointInTimeRecoverySpecification smart constructor.
Constructors
| PointInTimeRecoverySpecification' | |
Fields
| |
Instances
newPointInTimeRecoverySpecification Source #
Arguments
| :: Bool |
|
| -> PointInTimeRecoverySpecification |
Create a value of PointInTimeRecoverySpecification 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:pointInTimeRecoveryEnabled:PointInTimeRecoverySpecification', pointInTimeRecoverySpecification_pointInTimeRecoveryEnabled - Indicates whether point in time recovery is enabled (true) or disabled
(false) on the table.
pointInTimeRecoverySpecification_pointInTimeRecoveryEnabled :: Lens' PointInTimeRecoverySpecification Bool Source #
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.