interface IncrementalPullConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnFlow.IncrementalPullConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_IncrementalPullConfigProperty |
![]() | software.amazon.awscdk.services.appflow.CfnFlow.IncrementalPullConfigProperty |
![]() | aws_cdk.aws_appflow.CfnFlow.IncrementalPullConfigProperty |
![]() | aws-cdk-lib » 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 { aws_appflow as appflow } from 'aws-cdk-lib';
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.