Skip to content

/AWS1/CL_GMZCRESTRMSESSADMNH01

CreateStreamSessionAdminShellOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_sessionid TYPE /AWS1/GMZSESSIONID /AWS1/GMZSESSIONID

An Amazon Web Services Systems Manager session identifier that uniquely identifies the requested terminal session. Use this value with the Amazon Web Services Systems Manager Session Manager plugin.

iv_streamurl TYPE /AWS1/GMZSTREAMURL /AWS1/GMZSTREAMURL

An Amazon Web Services Systems Manager WebSocket connection endpoint for the requested terminal session.

iv_tokenvalue TYPE /AWS1/GMZTOKENVALUE /AWS1/GMZTOKENVALUE

An Amazon Web Services Systems Manager authentication token that authenticates your access to the session ID and WebSocket URL. This token must be treated with the same level of security as other user credentials. The token value is only valid for establishing a new connection within 60 seconds of generation.


Queryable Attributes

SessionId

An Amazon Web Services Systems Manager session identifier that uniquely identifies the requested terminal session. Use this value with the Amazon Web Services Systems Manager Session Manager plugin.

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

StreamUrl

An Amazon Web Services Systems Manager WebSocket connection endpoint for the requested terminal session.

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

TokenValue

An Amazon Web Services Systems Manager authentication token that authenticates your access to the session ID and WebSocket URL. This token must be treated with the same level of security as other user credentials. The token value is only valid for establishing a new connection within 60 seconds of generation.

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