Job Args
constructor(dataCatalogOutputs: Output<List<JobDataCatalogOutputArgs>>? = null, databaseOutputs: Output<List<JobDatabaseOutputArgs>>? = null, datasetName: Output<String>? = null, encryptionKeyArn: Output<String>? = null, encryptionMode: Output<JobEncryptionMode>? = null, jobSample: Output<JobSampleArgs>? = null, logSubscription: Output<JobLogSubscription>? = null, maxCapacity: Output<Int>? = null, maxRetries: Output<Int>? = null, name: Output<String>? = null, outputLocation: Output<JobOutputLocationArgs>? = null, outputs: Output<List<JobOutputArgs>>? = null, profileConfiguration: Output<JobProfileConfigurationArgs>? = null, projectName: Output<String>? = null, recipe: Output<JobRecipeArgs>? = null, roleArn: Output<String>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null, timeout: Output<Int>? = null, type: Output<JobType>? = null, validationConfigurations: Output<List<JobValidationConfigurationArgs>>? = null)