SessionCommand

The SessionCommand that runs the job.

Types

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

Properties

Link copied to clipboard
val name: String?

Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.

Link copied to clipboard

Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.

Functions

Link copied to clipboard
inline fun copy(block: SessionCommand.Builder.() -> Unit = {}): SessionCommand
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