Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.