aws-cdk-lib.aws_appflow.CfnFlow.IncrementalPullConfigProperty

interface IncrementalPullConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.IncrementalPullConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_IncrementalPullConfigProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.IncrementalPullConfigProperty
Pythonaws_cdk.aws_appflow.CfnFlow.IncrementalPullConfigProperty
TypeScript 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

NameTypeDescription
datetimeTypeFieldName?stringA 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.