ConnectionRecordingPreferencesProperties

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.

Constructors

Link copied to clipboard
constructor(kmsKeyArn: String, recordingDestinations: PreferencesRecordingDestinations)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of a AWS KMS key that is used to encrypt data while it is being processed by the service. This key must exist in the same AWS Region as the node you start an RDP connection to.

Link copied to clipboard

Determines where recordings of RDP connections are stored.