libZSservicesZSamazonka-appflowZSamazonka-appflow
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.AppFlow.Types.IncrementalPullConfig

Description

 
Synopsis

Documentation

data IncrementalPullConfig Source #

Specifies the configuration used when importing incremental records from the source.

See: newIncrementalPullConfig smart constructor.

Constructors

IncrementalPullConfig' 

Fields

  • datetimeTypeFieldName :: Maybe Text

    A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.

Instances

Instances details
Eq IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

Read IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

Show IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

Generic IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

Associated Types

type Rep IncrementalPullConfig :: Type -> Type #

NFData IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

Methods

rnf :: IncrementalPullConfig -> () #

Hashable IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

ToJSON IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

FromJSON IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

type Rep IncrementalPullConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.IncrementalPullConfig

type Rep IncrementalPullConfig = D1 ('MetaData "IncrementalPullConfig" "Amazonka.AppFlow.Types.IncrementalPullConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "IncrementalPullConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datetimeTypeFieldName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newIncrementalPullConfig :: IncrementalPullConfig Source #

Create a value of IncrementalPullConfig 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:datetimeTypeFieldName:IncrementalPullConfig', incrementalPullConfig_datetimeTypeFieldName - A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.

incrementalPullConfig_datetimeTypeFieldName :: Lens' IncrementalPullConfig (Maybe Text) Source #

A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.