Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
SvcClient *ssm.Client
Region string
InstanceID string
LocalPort, RemotePort int
Ec2Client clients.Ec2Client
}
func (Session) Start ¶
Start an interactive Systems Manager session with a remote instance via the AWS session-manager-plugin. To terminate the session you must cancel the context. If you do not wish to terminate the session manually: calling StopSession on a instance of this driver will terminate the active session created from calling StartSession. To stop the session you must cancel the context.
Click to show internal directories.
Click to hide internal directories.