Those values can be accessed via the GlobalSettings meta class, via methods such as GlobalSettings.getCameraConfigMap() which will result in a map between CameraID (int alias) and CameraConfig .
Usage examples for this class can be seen in the ApriltagPipeline class which uses it in order to gather the camera's distortion coeffs and instrict matrix.