DescribeJobResponse

Types

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

Properties

Link copied to clipboard

The date and time that the job was created.

Link copied to clipboard

The identifier (user name) of the user associated with the creation of 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

The dataset that the job acts upon.

Link copied to clipboard

The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

Link copied to clipboard

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

Link copied to clipboard

Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed.

Link copied to clipboard

The identifier (user name) of the user who last modified the job.

Link copied to clipboard

The date and time that the job was last modified.

Link copied to clipboard

Indicates whether Amazon CloudWatch logging is enabled for this job.

Link copied to clipboard

The maximum number of compute nodes that DataBrew can consume 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 name of the job.

Link copied to clipboard

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

Link copied to clipboard

Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.

Link copied to clipboard

The DataBrew project associated with this job.

Link copied to clipboard

Represents the name and version of a DataBrew recipe.

Link copied to clipboard

The Amazon Resource Name (ARN) of the job.

Link copied to clipboard

The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

Link copied to clipboard

Metadata tags associated with this 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, 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
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