Package-level declarations

Types

Link copied to clipboard
data class ConnectionRecordingPreferencesProperties(val kmsKeyArn: String, val recordingDestinations: PreferencesRecordingDestinations)

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.

Link copied to clipboard
data class GetPreferencesResult(val accountId: String? = null, val connectionRecordingPreferences: ConnectionRecordingPreferencesProperties? = null)
Link copied to clipboard

Determines where recordings of RDP connections are stored.

Link copied to clipboard
data class PreferencesS3Bucket(val bucketName: String, val bucketOwner: String)

The S3 bucket where RDP connection recordings are stored.