AWS cli medium security documentation change
Summary
Updated CLI version reference, reorganized command parameters, restructured JSON syntax documentation, and modified parameter descriptions for user settings controls including clipboard operations, file transfer permissions, session timeouts, and toolbar configuration.
Security assessment
The changes document security controls for user sessions including clipboard access (copy/paste), file transfer permissions (download/upload), and session timeout configurations. These settings directly impact data leakage prevention and session security. The explicit documentation of these security-relevant parameters constitutes security-related documentation updates.
Diff
diff --git a/cli/latest/reference/workspaces-web/update-user-settings.md b/cli/latest/reference/workspaces-web/update-user-settings.md index b59c90956..4eafafe24 100644 --- a//cli/latest/reference/workspaces-web/update-user-settings.md +++ b//cli/latest/reference/workspaces-web/update-user-settings.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -67,2 +67 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--client-token <value>] - [--cookie-synchronization-configuration <value>] + --user-settings-arn <value> @@ -70,4 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--deep-link-allowed <value>] - [--disconnect-timeout-in-minutes <value>] - [--download-allowed <value>] - [--idle-disconnect-timeout-in-minutes <value>] @@ -74,0 +70,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--download-allowed <value>] + [--upload-allowed <value>] @@ -75,0 +73,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--disconnect-timeout-in-minutes <value>] + [--idle-disconnect-timeout-in-minutes <value>] + [--client-token <value>] + [--cookie-synchronization-configuration <value>] + [--deep-link-allowed <value>] @@ -77,2 +78,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--upload-allowed <value>] - --user-settings-arn <value> @@ -102,0 +103,67 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp +`--user-settings-arn` (string) + +> The ARN of the user settings. + +`--copy-allowed` (string) + +> Specifies whether the user can copy text from the streaming session to the local device. +> +> Possible values: +> +> * `Disabled` +> * `Enabled` +> + + +`--paste-allowed` (string) + +> Specifies whether the user can paste text from the local device to the streaming session. +> +> Possible values: +> +> * `Disabled` +> * `Enabled` +> + + +`--download-allowed` (string) + +> Specifies whether the user can download files from the streaming session to the local device. +> +> Possible values: +> +> * `Disabled` +> * `Enabled` +> + + +`--upload-allowed` (string) + +> Specifies whether the user can upload files from the local device to the streaming session. +> +> Possible values: +> +> * `Disabled` +> * `Enabled` +> + + +`--print-allowed` (string) + +> Specifies whether the user can print to the local device. +> +> Possible values: +> +> * `Disabled` +> * `Enabled` +> + + +`--disconnect-timeout-in-minutes` (integer) + +> The amount of time that a streaming session remains active after users disconnect. + +`--idle-disconnect-timeout-in-minutes` (integer) + +> The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins. + @@ -184,11 +250,0 @@ JSON Syntax: -`--copy-allowed` (string) - -> Specifies whether the user can copy text from the streaming session to the local device. -> -> Possible values: -> -> * `Disabled` -> * `Enabled` -> - - @@ -206,20 +262 @@ JSON Syntax: -`--disconnect-timeout-in-minutes` (integer) - -> The amount of time that a streaming session remains active after users disconnect. - -`--download-allowed` (string) - -> Specifies whether the user can download files from the streaming session to the local device. -> -> Possible values: -> -> * `Disabled` -> * `Enabled` -> - - -`--idle-disconnect-timeout-in-minutes` (integer) - -> 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` (string) +`--toolbar-configuration` (structure) @@ -227,6 +264 @@ JSON Syntax: -> Specifies whether the user can paste text from the local device to the streaming session. -> -> Possible values: -> -> * `Disabled` -> * `Enabled` +> 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. @@ -234,5 +266 @@ JSON Syntax: - - -`--print-allowed` (string) - -> Specifies whether the user can print to the local device. +> toolbarType -> (string) @@ -240 +268 @@ JSON Syntax: -> Possible values: +>> The type of toolbar displayed during the session. @@ -242,2 +270 @@ JSON Syntax: -> * `Disabled` -> * `Enabled` +> visualMode -> (string) @@ -245,5 +272 @@ JSON Syntax: - - -`--toolbar-configuration` (structure) - -> 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. +>> The visual mode of the toolbar. @@ -260,8 +282,0 @@ JSON Syntax: -> -> toolbarType -> (string) -> ->> The type of toolbar displayed during the session. -> -> visualMode -> (string) -> ->> The visual mode of the toolbar. @@ -272 +287 @@ Shorthand Syntax: - hiddenToolbarItems=string,string,maxDisplayResolution=string,toolbarType=string,visualMode=string + toolbarType=string,visualMode=string,hiddenToolbarItems=string,string,maxDisplayResolution=string @@ -279,2 +293,0 @@ JSON Syntax: - "hiddenToolbarItems": ["Windows"|"DualMonitor"|"FullScreen"|"Webcam"|"Microphone", ...], - "maxDisplayResolution": "size4096X2160"|"size3840X2160"|"size3440X1440"|"size2560X1440"|"size1920X1080"|"size1280X720"|"size1024X768"|"size800X600", @@ -282 +295,3 @@ JSON Syntax: - "visualMode": "Dark"|"Light" + "visualMode": "Dark"|"Light", + "hiddenToolbarItems": ["Windows"|"DualMonitor"|"FullScreen"|"Webcam"|"Microphone", ...], + "maxDisplayResolution": "size4096X2160"|"size3840X2160"|"size3440X1440"|"size2560X1440"|"size1920X1080"|"size1280X720"|"size1024X768"|"size800X600" @@ -286,15 +300,0 @@ JSON Syntax: -`--upload-allowed` (string) - -> Specifies whether the user can upload files from the local device to the streaming session. -> -> Possible values: -> -> * `Disabled` -> * `Enabled` -> - - -`--user-settings-arn` (string) - -> The ARN of the user settings. - @@ -404 +404 @@ userSettings -> (structure) -> additionalEncryptionContext -> (map) +> userSettingsArn -> (string) @@ -406,5 +406 @@ userSettings -> (structure) ->> The additional encryption context of the user settings.