Job

class Job

Represents all of the attributes of a DataBrew job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Amazon Web Services account that owns the job.

Link copied to clipboard

The date and time that the job was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who created the job.

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 Glue Data Catalog output from running the job.

Link copied to clipboard

A dataset that the job is to process.

Link copied to clipboard

The Amazon Resource Name (ARN) of an encryption key that is used to protect the job output. For more information, see Encrypting data written by DataBrew jobs

Link copied to clipboard

The encryption mode for the job, which can be one of the following:

Link copied to clipboard

A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a JobSample value isn't provided, the default value is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who last modified the job.

Link copied to clipboard

The modification date and time of the job.

Link copied to clipboard

The current status of Amazon CloudWatch logging for the job.

Link copied to clipboard

The maximum number of nodes that can be consumed when the job processes data.

Link copied to clipboard

The maximum number of times to retry the job after a job run fails.

Link copied to clipboard

The unique name of the job.

Link copied to clipboard

One or more artifacts that represent output from running the job.

Link copied to clipboard

The name of the project that the job is associated with.

Link copied to clipboard

A set of steps that the job runs.

Link copied to clipboard

The unique Amazon Resource Name (ARN) for the job.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role to be assumed for this job.

Link copied to clipboard

Metadata tags that have been applied to the job.

Link copied to clipboard

The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.

Link copied to clipboard

The job type of the job, which must be one of the following:

Link copied to clipboard

List of validation configurations that are applied to the profile job.

Functions

Link copied to clipboard
inline fun copy(block: Job.Builder.() -> Unit = {}): Job
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String