FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig.fromMap constructor

FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig.fromMap(
  1. Map<String, dynamic> map
)

Implementation

factory FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig.fromMap(Map<String, dynamic> map) {
  return FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig(
    maxPageSize: pulumi.Input.fromValue((map['maxPageSize'] as num).toInt()),
  );
}