Session

class Session

The details for the execute command session.

Types

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

Properties

Link copied to clipboard

The ID of the execute command session.

Link copied to clipboard

A URL to the managed agent on the container that the SSM Session Manager client uses to send commands and receive output from the container.

Link copied to clipboard

An encrypted token value containing session and caller information. It's used to authenticate the connection to the container.

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