Session

class Session

Information about a Session Manager connection to a managed node.

Types

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

Properties

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

The name of the Session Manager SSM document used to define the parameters and plugin settings for the session. For example, SSM-SessionManagerRunShell.

Link copied to clipboard

The date and time, in ISO-8601 Extended format, when the session was terminated.

Link copied to clipboard

The maximum duration of a session before it terminates.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

The ID of the Amazon Web Services user that started the session.

Link copied to clipboard

The reason for connecting to the instance.

Link copied to clipboard

The ID of the session.

Link copied to clipboard

The date and time, in ISO-8601 Extended format, when the session began.

Link copied to clipboard

The status of the session. For example, "Connected" or "Terminated".

Link copied to clipboard

The managed node that the Session Manager session connected to.

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