ConnectionRecordingPreferencesPropertiesArgs

data class ConnectionRecordingPreferencesPropertiesArgs(val kmsKeyArn: Output<String>, val recordingDestinations: Output<PreferencesRecordingDestinationsArgs>) : ConvertibleToJava<ConnectionRecordingPreferencesPropertiesArgs>

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

constructor(kmsKeyArn: Output<String>, recordingDestinations: Output<PreferencesRecordingDestinationsArgs>)

Properties

Link copied to clipboard
val kmsKeyArn: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionRecordingPreferencesPropertiesArgs