data class BatchSparkRBatchArgs(val archiveUris: Output<List<String>>? = null, val args: Output<List<String>>? = null, val fileUris: Output<List<String>>? = null, val mainRFileUri: Output<String>? = null) : ConvertibleToJava<BatchSparkRBatchArgs>
The arguments to pass to the driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.