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