getConnectionRecordingPreferences
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.
Samples
fun main() {
//sampleStart
// Retrieves the connection recording preferences for the account
val resp = ssmGuiConnectClient.getConnectionRecordingPreferences()
//sampleEnd
}