CreateSessionRequest

Request to create a new session.

Types

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

Properties

Link copied to clipboard

The SessionCommand that runs the job.

Link copied to clipboard

The number of connections to use for the session.

Link copied to clipboard

A map array of key-value pairs. Max is 75 pairs.

Link copied to clipboard

The description of the session.

Link copied to clipboard

The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.

Link copied to clipboard
val id: String?

The ID of the session request.

Link copied to clipboard

The number of minutes when idle before session times out. Default for Spark ETL jobs is value of Timeout. Consult the documentation for other job types.

Link copied to clipboard

The number of Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.

Link copied to clipboard

The number of workers of a defined WorkerType to use for the session.

Link copied to clipboard

The origin of the request.

Link copied to clipboard
val role: String?

The IAM Role ARN

Link copied to clipboard

The name of the SecurityConfiguration structure to be used with the session

Link copied to clipboard

The map of key value pairs (tags) belonging to the session.

Link copied to clipboard
val timeout: Int?

The number of minutes before session times out. Default for Spark ETL jobs is 48 hours (2880 minutes). Consult the documentation for other job types.

Link copied to clipboard

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, or G.8X for Spark jobs. Accepts the value Z.2X for Ray notebooks.

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