SsmGuiConnectClient

AWS Systems Manager GUI Connect

Systems Manager GUI Connect, a component of Fleet Manager, lets you connect to your Window Server-type Amazon Elastic Compute Cloud (Amazon EC2) instances using the Remote Desktop Protocol (RDP). GUI Connect, which is powered by Amazon DCV, provides you with secure connectivity to your Windows Server instances directly from the Systems Manager console. You can have up to four simultaneous connections in a single browser window. In the console, GUI Connect is also referred to as Fleet Manager Remote Desktop.

This reference is intended to be used with the Amazon Web Services Systems Manager User Guide. To get started, see the following user guide topics:

Properties

Link copied to clipboard
abstract override val config: SsmGuiConnectClient.Config

SsmGuiConnectClient's configuration

Functions

Link copied to clipboard
abstract suspend fun deleteConnectionRecordingPreferences(input: DeleteConnectionRecordingPreferencesRequest = DeleteConnectionRecordingPreferencesRequest { }): DeleteConnectionRecordingPreferencesResponse

Deletes the preferences for recording RDP connections.

Link copied to clipboard
abstract suspend fun getConnectionRecordingPreferences(input: GetConnectionRecordingPreferencesRequest = GetConnectionRecordingPreferencesRequest { }): GetConnectionRecordingPreferencesResponse

Returns the preferences specified for recording RDP connections in the requesting Amazon Web Services account and Amazon Web Services Region.

Link copied to clipboard

Updates the preferences for recording RDP connections.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Deletes the preferences for recording RDP connections.

Link copied to clipboard

Returns the preferences specified for recording RDP connections in the requesting Amazon Web Services account and Amazon Web Services Region.

Link copied to clipboard

Updates the preferences for recording RDP connections.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.