Get Job Result
data class GetJobResult(val dataCatalogOutputs: List<JobDataCatalogOutput>? = null, val databaseOutputs: List<JobDatabaseOutput>? = null, val datasetName: String? = null, val encryptionKeyArn: String? = null, val encryptionMode: JobEncryptionMode? = null, val jobSample: JobSample? = null, val logSubscription: JobLogSubscription? = null, val maxCapacity: Int? = null, val maxRetries: Int? = null, val outputLocation: JobOutputLocation? = null, val outputs: List<JobOutput>? = null, val profileConfiguration: JobProfileConfiguration? = null, val projectName: String? = null, val recipe: JobRecipe? = null, val roleArn: String? = null, val timeout: Int? = null, val validationConfigurations: List<JobValidationConfiguration>? = null)
Constructors
Link copied to clipboard
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, timeout: Int? = null, validationConfigurations: List<JobValidationConfiguration>? = null)
Properties
Link copied to clipboard
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
Link copied to clipboard
One or more artifacts that represent the AWS Glue Data Catalog output from running the job.
Link copied to clipboard
Dataset name
Link copied to clipboard
Encryption Key Arn
Link copied to clipboard
Encryption mode
Link copied to clipboard
Log subscription
Link copied to clipboard
Max capacity
Link copied to clipboard
Max retries
Link copied to clipboard
Output location
Link copied to clipboard
Profile Job configuration
Link copied to clipboard
Project name
Link copied to clipboard
Data quality rules configuration