Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnUserSettingsPropsMixin.Builder
Packages that use CfnUserSettingsPropsMixin.Builder
-
Uses of CfnUserSettingsPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.workspacesweb
Methods in software.amazon.awscdk.cfnpropertymixins.services.workspacesweb that return CfnUserSettingsPropsMixin.BuilderModifier and TypeMethodDescriptionCfnUserSettingsPropsMixin.Builder.additionalEncryptionContext(Map<String, String> additionalEncryptionContext) The additional encryption context of the user settings.CfnUserSettingsPropsMixin.Builder.additionalEncryptionContext(IResolvable additionalEncryptionContext) The additional encryption context of the user settings.CfnUserSettingsPropsMixin.Builder.brandingConfiguration(CfnUserSettingsPropsMixin.BrandingConfigurationProperty brandingConfiguration) The branding configuration that customizes the appearance of the web portal for end users.CfnUserSettingsPropsMixin.Builder.brandingConfiguration(IResolvable brandingConfiguration) The branding configuration that customizes the appearance of the web portal for end users.CfnUserSettingsPropsMixin.Builder.cookieSynchronizationConfiguration(CfnUserSettingsPropsMixin.CookieSynchronizationConfigurationProperty cookieSynchronizationConfiguration) The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.CfnUserSettingsPropsMixin.Builder.cookieSynchronizationConfiguration(IResolvable cookieSynchronizationConfiguration) The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.CfnUserSettingsPropsMixin.Builder.copyAllowed(String copyAllowed) Specifies whether the user can copy text from the streaming session to the local device.CfnUserSettingsPropsMixin.Builder.create()CfnUserSettingsPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUserSettingsPropsMixin.Builder.customerManagedKey(String customerManagedKey) The customer managed key used to encrypt sensitive information in the user settings.CfnUserSettingsPropsMixin.Builder.deepLinkAllowed(String deepLinkAllowed) Specifies whether the user can use deep links that open automatically when connecting to a session.CfnUserSettingsPropsMixin.Builder.disconnectTimeoutInMinutes(Number disconnectTimeoutInMinutes) The amount of time that a streaming session remains active after users disconnect.CfnUserSettingsPropsMixin.Builder.downloadAllowed(String downloadAllowed) Specifies whether the user can download files from the streaming session to the local device.CfnUserSettingsPropsMixin.Builder.idleDisconnectTimeoutInMinutes(Number idleDisconnectTimeoutInMinutes) The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.CfnUserSettingsPropsMixin.Builder.pasteAllowed(String pasteAllowed) Specifies whether the user can paste text from the local device to the streaming session.CfnUserSettingsPropsMixin.Builder.printAllowed(String printAllowed) Specifies whether the user can print to the local device.The tags to add to the user settings resource.CfnUserSettingsPropsMixin.Builder.toolbarConfiguration(CfnUserSettingsPropsMixin.ToolbarConfigurationProperty toolbarConfiguration) The configuration of the toolbar.CfnUserSettingsPropsMixin.Builder.toolbarConfiguration(IResolvable toolbarConfiguration) The configuration of the toolbar.CfnUserSettingsPropsMixin.Builder.uploadAllowed(String uploadAllowed) Specifies whether the user can upload files from the local device to the streaming session.CfnUserSettingsPropsMixin.Builder.webAuthnAllowed(String webAuthnAllowed) Specifies whether the user can use WebAuthn redirection for passwordless login to websites within the streaming session.