interface IncrementalPullConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CustomerProfiles.CfnIntegration.IncrementalPullConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnIntegration_IncrementalPullConfigProperty |
Java | software.amazon.awscdk.services.customerprofiles.CfnIntegration.IncrementalPullConfigProperty |
Python | aws_cdk.aws_customerprofiles.CfnIntegration.IncrementalPullConfigProperty |
TypeScript | aws-cdk-lib » aws_customerprofiles » CfnIntegration » 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_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const incrementalPullConfigProperty: customerprofiles.CfnIntegration.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.