CfnUserSettingsMixinProps

class aws_cdk.mixins_preview.aws_workspacesweb.mixins.CfnUserSettingsMixinProps(*, additional_encryption_context=None, cookie_synchronization_configuration=None, copy_allowed=None, customer_managed_key=None, deep_link_allowed=None, disconnect_timeout_in_minutes=None, download_allowed=None, idle_disconnect_timeout_in_minutes=None, paste_allowed=None, print_allowed=None, tags=None, toolbar_configuration=None, upload_allowed=None)

Bases: object

Properties for CfnUserSettingsPropsMixin.

Parameters:
  • additional_encryption_context (Union[Mapping[str, str], IResolvable, None]) – The additional encryption context of the user settings.

  • cookie_synchronization_configuration (Union[IResolvable, CookieSynchronizationConfigurationProperty, Dict[str, Any], None]) – The configuration that specifies which cookies should be synchronized from the end user’s local browser to the remote browser.

  • copy_allowed (Optional[str]) – Specifies whether the user can copy text from the streaming session to the local device.

  • customer_managed_key (Optional[str]) – The customer managed key used to encrypt sensitive information in the user settings.

  • deep_link_allowed (Optional[str]) – Specifies whether the user can use deep links that open automatically when connecting to a session.

  • disconnect_timeout_in_minutes (Union[int, float, None]) – The amount of time that a streaming session remains active after users disconnect.

  • download_allowed (Optional[str]) – Specifies whether the user can download files from the streaming session to the local device.

  • idle_disconnect_timeout_in_minutes (Union[int, float, None]) – The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

  • paste_allowed (Optional[str]) – Specifies whether the user can paste text from the local device to the streaming session.

  • print_allowed (Optional[str]) – Specifies whether the user can print to the local device.

  • tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]]) – The tags to add to the user settings resource. A tag is a key-value pair.

  • toolbar_configuration (Union[IResolvable, ToolbarConfigurationProperty, Dict[str, Any], None]) – The 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.

  • upload_allowed (Optional[str]) – Specifies whether the user can upload files from the local device to the streaming session.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_workspacesweb import mixins as workspacesweb_mixins

cfn_user_settings_mixin_props = workspacesweb_mixins.CfnUserSettingsMixinProps(
    additional_encryption_context={
        "additional_encryption_context_key": "additionalEncryptionContext"
    },
    cookie_synchronization_configuration=workspacesweb_mixins.CfnUserSettingsPropsMixin.CookieSynchronizationConfigurationProperty(
        allowlist=[workspacesweb_mixins.CfnUserSettingsPropsMixin.CookieSpecificationProperty(
            domain="domain",
            name="name",
            path="path"
        )],
        blocklist=[workspacesweb_mixins.CfnUserSettingsPropsMixin.CookieSpecificationProperty(
            domain="domain",
            name="name",
            path="path"
        )]
    ),
    copy_allowed="copyAllowed",
    customer_managed_key="customerManagedKey",
    deep_link_allowed="deepLinkAllowed",
    disconnect_timeout_in_minutes=123,
    download_allowed="downloadAllowed",
    idle_disconnect_timeout_in_minutes=123,
    paste_allowed="pasteAllowed",
    print_allowed="printAllowed",
    tags=[CfnTag(
        key="key",
        value="value"
    )],
    toolbar_configuration=workspacesweb_mixins.CfnUserSettingsPropsMixin.ToolbarConfigurationProperty(
        hidden_toolbar_items=["hiddenToolbarItems"],
        max_display_resolution="maxDisplayResolution",
        toolbar_type="toolbarType",
        visual_mode="visualMode"
    ),
    upload_allowed="uploadAllowed"
)

Attributes

additional_encryption_context

The additional encryption context of the user settings.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-additionalencryptioncontext

cookie_synchronization_configuration

The configuration that specifies which cookies should be synchronized from the end user’s local browser to the remote browser.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-cookiesynchronizationconfiguration

copy_allowed

Specifies whether the user can copy text from the streaming session to the local device.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-copyallowed

customer_managed_key

The customer managed key used to encrypt sensitive information in the user settings.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-customermanagedkey

Specifies whether the user can use deep links that open automatically when connecting to a session.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-deeplinkallowed

disconnect_timeout_in_minutes

The amount of time that a streaming session remains active after users disconnect.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-disconnecttimeoutinminutes

download_allowed

Specifies whether the user can download files from the streaming session to the local device.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-downloadallowed

idle_disconnect_timeout_in_minutes

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-idledisconnecttimeoutinminutes

paste_allowed

Specifies whether the user can paste text from the local device to the streaming session.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-pasteallowed

print_allowed

Specifies whether the user can print to the local device.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-printallowed

tags

The tags to add to the user settings resource.

A tag is a key-value pair.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-tags

toolbar_configuration

The 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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-toolbarconfiguration

upload_allowed

Specifies whether the user can upload files from the local device to the streaming session.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-uploadallowed