Job Args
constructor(command: Output<JobCommandArgs>? = null, connections: Output<List<String>>? = null, defaultArguments: Output<Map<String, String>>? = null, description: Output<String>? = null, executionClass: Output<String>? = null, executionProperty: Output<JobExecutionPropertyArgs>? = null, glueVersion: Output<String>? = null, jobRunQueuingEnabled: Output<Boolean>? = null, maintenanceWindow: Output<String>? = null, maxCapacity: Output<Double>? = null, maxRetries: Output<Int>? = null, name: Output<String>? = null, nonOverridableArguments: Output<Map<String, String>>? = null, notificationProperty: Output<JobNotificationPropertyArgs>? = null, numberOfWorkers: Output<Int>? = null, roleArn: Output<String>? = null, securityConfiguration: Output<String>? = null, sourceControlDetails: Output<JobSourceControlDetailsArgs>? = null, tags: Output<Map<String, String>>? = null, timeout: Output<Int>? = null, workerType: Output<String>? = null)