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 DeltaSyncConfig Source #
Describes a Delta Sync configuration.
See: newDeltaSyncConfig
smart constructor.
DeltaSyncConfig' | |
|
Instances
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_deltaSyncTableName :: Lens' DeltaSyncConfig (Maybe Text) Source #
The Delta Sync table name.
deltaSyncConfig_deltaSyncTableTTL :: Lens' DeltaSyncConfig (Maybe Integer) Source #
The number of minutes a Delta Sync log entry is stored in the Delta Sync table.