Builder

class Builder

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 to.

Link copied to clipboard

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

Link copied to clipboard

The name of the dataset that this job processes.

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

Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.

Link copied to clipboard

The maximum number of 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
var name: String?

A unique name for the job. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

Link copied to clipboard

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

Link copied to clipboard

Either the name of an existing project, or a combination of a recipe and a dataset to associate with the recipe.

Link copied to clipboard

Represents the name and version of a DataBrew recipe.

Link copied to clipboard

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

Link copied to clipboard

Metadata tags to apply to this job.

Link copied to clipboard
var timeout: Int?

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

Functions

Link copied to clipboard