Values.SessionSourceThe details for the execute command session.
type nonrec t = {sessionId : String_.t option;The ID of the execute command session.
*)streamUrl : String_.t option;A URL to the managed agent on the container that the SSM Session Manager client uses to send commands and receive output from the container.
*)tokenValue : SensitiveString.t option;An encrypted token value containing session and caller information. It's used to authenticate the connection to the container.
*)}