Interface CfnFlowPropsMixin.SAPODataPaginationConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowPropsMixin.SAPODataPaginationConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFlowPropsMixin
@Stability(Stable)
public static interface CfnFlowPropsMixin.SAPODataPaginationConfigProperty
extends software.amazon.jsii.JsiiSerializable
Sets the page size for each concurrent process that transfers OData records from your SAP instance.
A concurrent process is query that retrieves a batch of records as part of a flow run. Amazon AppFlow can run multiple concurrent processes in parallel to transfer data faster.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.appflow.*;
SAPODataPaginationConfigProperty sAPODataPaginationConfigProperty = SAPODataPaginationConfigProperty.builder()
.maxPageSize(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlowPropsMixin.SAPODataPaginationConfigPropertystatic final classAn implementation forCfnFlowPropsMixin.SAPODataPaginationConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxPageSize
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.For transfers of OData records, the maximum page size is 3,000. For transfers of data that comes from an ODP provider, the maximum page size is 10,000.
- See Also:
-
builder
-