interface IncrementalPullConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins.CfnFlowPropsMixin.IncrementalPullConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappflow/mixins#CfnFlowPropsMixin_IncrementalPullConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.appflow.mixins.CfnFlowPropsMixin.IncrementalPullConfigProperty |
Python | aws_cdk.mixins_preview.aws_appflow.mixins.CfnFlowPropsMixin.IncrementalPullConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appflow » mixins » CfnFlowPropsMixin » 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 { mixins as appflow_mixins } from '@aws-cdk/mixins-preview/aws-appflow';
const incrementalPullConfigProperty: appflow_mixins.CfnFlowPropsMixin.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.

.NET
Go
Java
Python
TypeScript