AWS::WorkSpacesWeb::UserSettingsThis resource specifies user settings that can be associated with a web portal. Once associated with a web portal, user settings control how users can transfer data between a streaming session and the their local devices.
import { CfnUserSettings } from 'aws-cdk-lib/aws-workspacesweb';Or use the module namespace:
import * as workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
// workspacesweb.CfnUserSettingsConfiguration passed to the constructor as CfnUserSettingsProps.
copyAllowedRequiredstringSpecifies whether the user can copy text from the streaming session to the local device.
downloadAllowedRequiredstringSpecifies whether the user can download files from the streaming session to the local device.
pasteAllowedRequiredstringSpecifies whether the user can paste text from the local device to the streaming session.
printAllowedRequiredstringSpecifies whether the user can print to the local device.
uploadAllowedRequiredstringSpecifies whether the user can upload files from the local device to the streaming session.
additionalEncryptionContextOptional{ [key: string]: string } | IResolvableThe additional encryption context of the user settings.
brandingConfigurationOptionalIResolvable | BrandingConfigurationPropertyThe branding configuration that customizes the appearance of the web portal for end users. This includes a custom logo, favicon, wallpaper, localized strings, color theme, and an optional terms of service.
cookieSynchronizationConfigurationOptionalIResolvable | CookieSynchronizationConfigurationPropertyThe configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
customerManagedKeyOptionalstringThe customer managed key used to encrypt sensitive information in the user settings.
deepLinkAllowedOptionalstringSpecifies whether the user can use deep links that open automatically when connecting to a session.
disconnectTimeoutInMinutesOptionalnumberThe amount of time that a streaming session remains active after users disconnect.
idleDisconnectTimeoutInMinutesOptionalnumberThe amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
tagsOptionalCfnTag[]The tags to add to the user settings resource. A tag is a key-value pair.
toolbarConfigurationOptionalIResolvable | ToolbarConfigurationPropertyThe configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.
webAuthnAllowedOptionalstringSpecifies whether the user can use WebAuthn redirection for passwordless login to websites within the streaming session.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-workspaceswebAWS::WorkSpacesWeb::UserSettings