Skip to content

/AWS1/CL_SSMRESUMESESSIONRSP

ResumeSessionResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_SESSIONID TYPE /AWS1/SSMSESSIONID /AWS1/SSMSESSIONID

The ID of the session.

IV_TOKENVALUE TYPE /AWS1/SSMTOKENVALUE /AWS1/SSMTOKENVALUE

An encrypted token value containing session and caller information. Used to authenticate the connection to the managed node.

IV_STREAMURL TYPE /AWS1/SSMSTREAMURL /AWS1/SSMSTREAMURL

A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the managed node. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output).

region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a list of supported region values, see the Region column in Systems Manager service endpoints in the Amazon Web Services General Reference.

session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.


Queryable Attributes

SessionId

The ID of the session.

Accessible with the following methods

Method Description
GET_SESSIONID() Getter for SESSIONID, with configurable default
ASK_SESSIONID() Getter for SESSIONID w/ exceptions if field has no value
HAS_SESSIONID() Determine if SESSIONID has a value

TokenValue

An encrypted token value containing session and caller information. Used to authenticate the connection to the managed node.

Accessible with the following methods

Method Description
GET_TOKENVALUE() Getter for TOKENVALUE, with configurable default
ASK_TOKENVALUE() Getter for TOKENVALUE w/ exceptions if field has no value
HAS_TOKENVALUE() Determine if TOKENVALUE has a value

StreamUrl

A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the managed node. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output).

region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a list of supported region values, see the Region column in Systems Manager service endpoints in the Amazon Web Services General Reference.

session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.

Accessible with the following methods

Method Description
GET_STREAMURL() Getter for STREAMURL, with configurable default
ASK_STREAMURL() Getter for STREAMURL w/ exceptions if field has no value
HAS_STREAMURL() Determine if STREAMURL has a value