GetPreferencesResult

data class GetPreferencesResult(val accountId: String? = null, val connectionRecordingPreferences: ConnectionRecordingPreferencesProperties? = null)

Constructors

Link copied to clipboard
constructor(accountId: String? = null, connectionRecordingPreferences: ConnectionRecordingPreferencesProperties? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

The AWS Account Id that the preference is associated with, used as the unique identifier for this resource.

Link copied to clipboard

The set of preferences used for recording RDP connections in the requesting AWS account and AWS Region. This includes details such as which S3 bucket recordings are stored in.