SsmSession

Contains information about the Session Manager session.

Types

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

Properties

Link copied to clipboard

The ID of the session.

Link copied to clipboard

A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the node.

Link copied to clipboard

An encrypted token value containing session and caller information.

Functions

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