Connection Recording Preferences Properties Args
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
Link copied to clipboard
constructor(kmsKeyArn: Output<String>, recordingDestinations: Output<PreferencesRecordingDestinationsArgs>)