amazonka-keyspaces-2.0: Amazon Keyspaces SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.KeySpaces.Types.PointInTimeRecovery

Description

 
Synopsis

Documentation

data PointInTimeRecovery Source #

Point-in-time recovery (PITR) helps protect your Amazon Keyspaces tables from accidental write or delete operations by providing you continuous backups of your table data.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

See: newPointInTimeRecovery smart constructor.

Constructors

PointInTimeRecovery' 

Fields

Instances

Instances details
ToJSON PointInTimeRecovery Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecovery

Generic PointInTimeRecovery Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecovery

Associated Types

type Rep PointInTimeRecovery :: Type -> Type #

Read PointInTimeRecovery Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecovery

Show PointInTimeRecovery Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecovery

NFData PointInTimeRecovery Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecovery

Methods

rnf :: PointInTimeRecovery -> () #

Eq PointInTimeRecovery Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecovery

Hashable PointInTimeRecovery Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecovery

type Rep PointInTimeRecovery Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.PointInTimeRecovery

type Rep PointInTimeRecovery = D1 ('MetaData "PointInTimeRecovery" "Amazonka.KeySpaces.Types.PointInTimeRecovery" "amazonka-keyspaces-2.0-IgmNF4xdaFLH03VHAkrBWw" 'False) (C1 ('MetaCons "PointInTimeRecovery'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PointInTimeRecoveryStatus)))

newPointInTimeRecovery Source #

Create a value of PointInTimeRecovery 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:status:PointInTimeRecovery', pointInTimeRecovery_status - The options are:

ENABLED

DISABLED