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 |
Synopsis
Documentation
data PointInTimeRecoverySpecification Source #
Represents the settings used to enable point in time recovery.
See: newPointInTimeRecoverySpecification
smart constructor.
PointInTimeRecoverySpecification' | |
|
Instances
Eq PointInTimeRecoverySpecification Source # | |
Read PointInTimeRecoverySpecification Source # | |
Show PointInTimeRecoverySpecification Source # | |
Generic PointInTimeRecoverySpecification Source # | |
NFData PointInTimeRecoverySpecification Source # | |
Defined in Amazonka.DynamoDB.Types.PointInTimeRecoverySpecification rnf :: PointInTimeRecoverySpecification -> () # | |
Hashable PointInTimeRecoverySpecification Source # | |
ToJSON PointInTimeRecoverySpecification Source # | |
type Rep PointInTimeRecoverySpecification Source # | |
Defined in Amazonka.DynamoDB.Types.PointInTimeRecoverySpecification type Rep PointInTimeRecoverySpecification = D1 ('MetaData "PointInTimeRecoverySpecification" "Amazonka.DynamoDB.Types.PointInTimeRecoverySpecification" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "PointInTimeRecoverySpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pointInTimeRecoveryEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))) |
newPointInTimeRecoverySpecification Source #
:: 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.