Interface CfnIntegration.IncrementalPullConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIntegration.IncrementalPullConfigProperty.Jsii$Proxy
Enclosing class:
CfnIntegration

@Stability(Stable) public static interface CfnIntegration.IncrementalPullConfigProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.customerprofiles.*;
 IncrementalPullConfigProperty incrementalPullConfigProperty = IncrementalPullConfigProperty.builder()
         .datetimeTypeFieldName("datetimeTypeFieldName")
         .build();