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)
Value
A list with the following syntax:
list(
SessionId = "string"
)
Arguments
- SessionId
[required] The ID of the session to terminate.
Request syntax
svc$terminate_session(
SessionId = "string"
)