Class: Aws::SSMGuiConnect::Types::ConnectionRecordingPreferences
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMGuiConnect::Types::ConnectionRecordingPreferences
- Defined in:
- gems/aws-sdk-ssmguiconnect/lib/aws-sdk-ssmguiconnect/types.rb
Overview
The set of preferences used for recording RDP connections in the requesting Amazon Web Services account and Amazon Web Services Region. This includes details such as which S3 bucket recordings are stored in.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ String
The ARN of a KMS key that is used to encrypt data while it is being processed by the service.
-
#recording_destinations ⇒ Types::RecordingDestinations
Determines where recordings of RDP connections are stored.
Instance Attribute Details
#kms_key_arn ⇒ String
The ARN of a KMS key that is used to encrypt data while it is being processed by the service. This key must exist in the same Amazon Web Services Region as the node you start an RDP connection to.
56 57 58 59 60 61 |
# File 'gems/aws-sdk-ssmguiconnect/lib/aws-sdk-ssmguiconnect/types.rb', line 56 class ConnectionRecordingPreferences < Struct.new( :kms_key_arn, :recording_destinations) SENSITIVE = [] include Aws::Structure end |
#recording_destinations ⇒ Types::RecordingDestinations
Determines where recordings of RDP connections are stored.
56 57 58 59 60 61 |
# File 'gems/aws-sdk-ssmguiconnect/lib/aws-sdk-ssmguiconnect/types.rb', line 56 class ConnectionRecordingPreferences < Struct.new( :kms_key_arn, :recording_destinations) SENSITIVE = [] include Aws::Structure end |