ssm_terminate_session: Permanently ends a session and closes the data connection between the
Session Manager client and SSM Agent on the instance
Description
Permanently ends a session and closes the data connection between the
Session Manager client and SSM Agent on the instance. A terminated
session cannot be resumed.
Usage
ssm_terminate_session(SessionId)
Arguments
SessionId
[required] The ID of the session to terminate.
Value
A list with the following syntax:
list(
SessionId = "string"
)
Request syntax
svc$terminate_session(
SessionId = "string"
)