Reconnects a session to an instance after it has been disconnected. Connections can be resumed for disconnected sessions, but not terminated sessions.
This command is primarily for use by client machines to automatically reconnect during intermittent network issues. It is not intended for any other use.
ssm_resume_session(SessionId)
A list with the following syntax:
list(
SessionId = "string",
TokenValue = "string",
StreamUrl = "string"
)
[required] The ID of the disconnected session to resume.
svc$resume_session(
SessionId = "string"
)