StartJobRunRequest

Types

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

Properties

Link copied to clipboard

The ID of the application on which to run the job.

Link copied to clipboard

The client idempotency token of the job run to start. Its value must be unique for each request.

Link copied to clipboard

The configuration overrides for the job run.

Link copied to clipboard

The execution role ARN for the job run.

Link copied to clipboard

The maximum duration for the job run to run. If the job run runs beyond this duration, it will be automatically cancelled.

Link copied to clipboard

The job driver for the job run.

Link copied to clipboard
val name: String?

The optional job run name. This doesn't have to be unique.

Link copied to clipboard

The tags assigned to the job run.

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