getConnectionRecordingPreferences
inline suspend fun SsmGuiConnectClient.getConnectionRecordingPreferences(crossinline block: GetConnectionRecordingPreferencesRequest.Builder.() -> Unit): 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
}