Builder

class Builder

Properties

Link copied to clipboard

The ID of the application that the session belongs to.

Link copied to clipboard
var 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
var 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
var 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
var 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
var 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
var 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
var updatedAt: <Error class: unknown class>?

The date and time that the session was last updated.

Functions