interface IncrementalPullConfigProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.AppFlow.CfnFlow.IncrementalPullConfigProperty | 
|  Java | software.amazon.awscdk.services.appflow.CfnFlow.IncrementalPullConfigProperty | 
|  Python | aws_cdk.aws_appflow.CfnFlow.IncrementalPullConfigProperty | 
|  TypeScript | @aws-cdk/aws-appflow»CfnFlow»IncrementalPullConfigProperty | 
Specifies the configuration used when importing incremental records from the source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appflow from '@aws-cdk/aws-appflow';
const incrementalPullConfigProperty: appflow.CfnFlow.IncrementalPullConfigProperty = {
  datetimeTypeFieldName: 'datetimeTypeFieldName',
};
Properties
| Name | Type | Description | 
|---|---|---|
| datetime | string | A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source. | 
datetimeTypeFieldName?
Type:
string
(optional)
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
