Session

class Session

Information about a session, including the session state, configuration, and timestamps.

Types

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

Properties

Link copied to clipboard

The ID of the application that the session belongs to.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the session.

Link copied to clipboard

The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the session. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker. Note that billed resources do not include usage for idle pre-initialized workers.

Link copied to clipboard

The configuration overrides for the session, including runtime configuration properties.

Link copied to clipboard
val createdAt: <Error class: unknown class>

The date and time that the session was created.

Link copied to clipboard

The IAM principal that created the session.

Link copied to clipboard
val endedAt: <Error class: unknown class>?

The date and time that the session was terminated or failed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the execution role for the session.

Link copied to clipboard
val idleSince: <Error class: unknown class>?

The date and time that the session became idle.

Link copied to clipboard

The idle timeout in minutes for the session. After the session remains idle for this duration, it is automatically terminated.

Link copied to clipboard
val name: String?

The optional name of the session.

Link copied to clipboard

The network configuration for customer VPC connectivity for the session.

Link copied to clipboard

The Amazon EMR release label associated with the session.

Link copied to clipboard

The ID of the session.

Link copied to clipboard
val startedAt: <Error class: unknown class>?

The date and time that the session moved to a running state.

Link copied to clipboard

The state of the session.

Link copied to clipboard

Additional details about the current state of the session.

Link copied to clipboard

The tags assigned to the session.

Link copied to clipboard

The total execution duration of the session in seconds.

Link copied to clipboard

The aggregate vCPU, memory, and storage resources used from the time the session starts to execute, until the time the session terminates, rounded up to the nearest second.

Link copied to clipboard
val updatedAt: <Error class: unknown class>

The date and time that the session was last updated.

Functions

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