AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SSMGuiConnect::Preferences

CfnPreferences

Specify new or changed connection recording preferences for your AWS Systems Manager GUI Connect connections.

Import

import { CfnPreferences } from 'aws-cdk-lib/aws-ssmguiconnect';

Or use the module namespace:

import * as ssmguiconnect from 'aws-cdk-lib/aws-ssmguiconnect';
// ssmguiconnect.CfnPreferences

Properties

Configuration passed to the constructor as CfnPreferencesProps.

connectionRecordingPreferencesOptional
IResolvable | ConnectionRecordingPreferencesProperty

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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-ssmguiconnect
CFN TypeAWS::SSMGuiConnect::Preferences
Properties1

External Links