Get Job Result
constructor(dataCatalogOutputs: List<JobDataCatalogOutput>? = null, databaseOutputs: List<JobDatabaseOutput>? = null, datasetName: String? = null, encryptionKeyArn: String? = null, encryptionMode: JobEncryptionMode? = null, jobSample: JobSample? = null, logSubscription: JobLogSubscription? = null, maxCapacity: Int? = null, maxRetries: Int? = null, outputLocation: JobOutputLocation? = null, outputs: List<JobOutput>? = null, profileConfiguration: JobProfileConfiguration? = null, projectName: String? = null, recipe: JobRecipe? = null, roleArn: String? = null, tags: List<Tag>? = null, timeout: Int? = null, validationConfigurations: List<JobValidationConfiguration>? = null)