interface IncrementalPullConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CustomerProfiles.Mixins.CfnIntegrationPropsMixin.IncrementalPullConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscustomerprofiles/mixins#CfnIntegrationPropsMixin_IncrementalPullConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.customerprofiles.mixins.CfnIntegrationPropsMixin.IncrementalPullConfigProperty |
Python | aws_cdk.mixins_preview.aws_customerprofiles.mixins.CfnIntegrationPropsMixin.IncrementalPullConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_customerprofiles » mixins » CfnIntegrationPropsMixin » 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 customerprofiles_mixins } from '@aws-cdk/mixins-preview/aws-customerprofiles';
const incrementalPullConfigProperty: customerprofiles_mixins.CfnIntegrationPropsMixin.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