libZSservicesZSamazonka-appsyncZSamazonka-appsync
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppSync.Types.DeltaSyncConfig

Description

 
Synopsis

Documentation

data DeltaSyncConfig Source #

Describes a Delta Sync configuration.

See: newDeltaSyncConfig smart constructor.

Constructors

DeltaSyncConfig' 

Fields

Instances

Instances details
Eq DeltaSyncConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.DeltaSyncConfig

Read DeltaSyncConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.DeltaSyncConfig

Show DeltaSyncConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.DeltaSyncConfig

Generic DeltaSyncConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.DeltaSyncConfig

Associated Types

type Rep DeltaSyncConfig :: Type -> Type #

NFData DeltaSyncConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.DeltaSyncConfig

Methods

rnf :: DeltaSyncConfig -> () #

Hashable DeltaSyncConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.DeltaSyncConfig

ToJSON DeltaSyncConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.DeltaSyncConfig

FromJSON DeltaSyncConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.DeltaSyncConfig

type Rep DeltaSyncConfig Source # 
Instance details

Defined in Amazonka.AppSync.Types.DeltaSyncConfig

type Rep DeltaSyncConfig = D1 ('MetaData "DeltaSyncConfig" "Amazonka.AppSync.Types.DeltaSyncConfig" "libZSservicesZSamazonka-appsyncZSamazonka-appsync" 'False) (C1 ('MetaCons "DeltaSyncConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseTableTTL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "deltaSyncTableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deltaSyncTableTTL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newDeltaSyncConfig :: DeltaSyncConfig Source #

Create a value of DeltaSyncConfig 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:baseTableTTL:DeltaSyncConfig', deltaSyncConfig_baseTableTTL - The number of minutes an Item is stored in the datasource.

$sel:deltaSyncTableName:DeltaSyncConfig', deltaSyncConfig_deltaSyncTableName - The Delta Sync table name.

$sel:deltaSyncTableTTL:DeltaSyncConfig', deltaSyncConfig_deltaSyncTableTTL - The number of minutes a Delta Sync log entry is stored in the Delta Sync table.

deltaSyncConfig_baseTableTTL :: Lens' DeltaSyncConfig (Maybe Integer) Source #

The number of minutes an Item is stored in the datasource.

deltaSyncConfig_deltaSyncTableTTL :: Lens' DeltaSyncConfig (Maybe Integer) Source #

The number of minutes a Delta Sync log entry is stored in the Delta Sync table.