FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig constructor

const FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig({
  1. required Input<int> maxPageSize,
})

Creates a new FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig. maxPageSize Maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.

Implementation

const FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig({
  required this.maxPageSize,
});