This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SSMGuiConnect::Preferences ConnectionRecordingPreferences
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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "KMSKeyArn" :
String
, "RecordingDestinations" :RecordingDestinations
}
YAML
KMSKeyArn:
String
RecordingDestinations:RecordingDestinations
Properties
KMSKeyArn
-
The ARN of a Amazon 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.
Required: Yes
Type: String
Minimum:
1
Maximum:
2048
Update requires: No interruption
RecordingDestinations
-
Determines where recordings of RDP connections are stored.
Required: Yes
Type: RecordingDestinations
Update requires: No interruption