paws.management (version 0.1.0)

ssm_resume_session: Reconnects a session to an instance after it has been disconnected

Description

Reconnects a session to an instance after it has been disconnected. Connections can be resumed for disconnected sessions, but not terminated sessions.

Usage

ssm_resume_session(SessionId)

Arguments

SessionId

[required] The ID of the disconnected session to resume.

Request syntax

svc$resume_session(
  SessionId = "string"
)

Details

This command is primarily for use by client machines to automatically reconnect during intermittent network issues. It is not intended for any other use.