-BrandingConfigurationInput_ColorTheme <
ColorTheme>
The color theme for components on the web portal. Choose Light if you upload a dark wallpaper, or Dark for a light wallpaper.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-BrandingConfigurationInput_LocalizedString <
Hashtable>
A map of localized text strings for different supported languages. Each locale must provide the required fields browserTabTitle and welcomeText. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | BrandingConfigurationInput_LocalizedStrings |
-BrandingConfigurationInput_TermsOfService <
String>
The terms of service text in Markdown format. To remove existing terms of service, provide an empty string.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.WSW.AmazonWorkSpacesWebClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The list of cookie specifications that are allowed to be synchronized to the remote browser. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The list of cookie specifications that are blocked from being synchronized to the remote browser. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Specifies whether the user can copy text from the streaming session to the local device.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Specifies whether the user can use deep links that open automatically when connecting to a session.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-DisconnectTimeoutInMinute <
Int32>
The amount of time that a streaming session remains active after users disconnect.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | DisconnectTimeoutInMinutes |
Specifies whether the user can download files from the streaming session to the local device.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The image provided as a binary image file.The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | BrandingConfigurationInput_Favicon_Blob |
The S3 URI pointing to the image file. The URI must use the format s3://bucket-name/key-name. You must have read access to the S3 object.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | BrandingConfigurationInput_Favicon_S3Uri |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-IdleDisconnectTimeoutInMinute <
Int32>
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | IdleDisconnectTimeoutInMinutes |
The image provided as a binary image file.The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | BrandingConfigurationInput_Logo_Blob |
The S3 URI pointing to the image file. The URI must use the format s3://bucket-name/key-name. You must have read access to the S3 object.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | BrandingConfigurationInput_Logo_S3Uri |
Specifies whether the user can paste text from the local device to the streaming session.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Specifies whether the user can print to the local device.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'UserSettings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.WorkSpacesWeb.Model.UpdateUserSettingsResponse). Specifying the name of a property of type Amazon.WorkSpacesWeb.Model.UpdateUserSettingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ToolbarConfiguration_HiddenToolbarItem <
String[]>
The list of toolbar items to be hidden. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | ToolbarConfiguration_HiddenToolbarItems |
The maximum display resolution that is allowed for the session.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The type of toolbar displayed during the session.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The visual mode of the toolbar.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Specifies whether the user can upload files from the local device to the streaming session.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The ARN of the user settings.
| Required? | True |
| Position? | 1 |
| Accept pipeline input? | True (ByValue, ByPropertyName) |
The image provided as a binary image file.The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | BrandingConfigurationInput_Wallpaper_Blob |
The S3 URI pointing to the image file. The URI must use the format s3://bucket-name/key-name. You must have read access to the S3 object.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | BrandingConfigurationInput_Wallpaper_S3Uri |
Specifies whether the user can use WebAuthn redirection for passwordless login to websites within the streaming session.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |