-ApplicationSettings_SettingsGroup <
String>
The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple pools by specifying the same settings group for each pool.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Enables or disables persistent application settings for users during their pool sessions.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The identifier of the bundle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Capacity_DesiredUserSession <
Int32>
The desired number of user sessions for the WorkSpaces in the pool.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Capacity_DesiredUserSessions |
Amazon.PowerShell.Cmdlets.WKS.AmazonWorkSpacesClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Describes the specified pool to update.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The identifier of the directory.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
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) |
Changes the cmdlet behavior to return the value passed to the PoolId parameter. The -PassThru parameter is deprecated, use -Select '^PoolId' instead. This parameter will be removed in a future version.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The identifier of the specified pool to update.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
The desired running mode for the pool. The running mode can only be updated when the pool is in a stopped state.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'WorkspacesPool'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.WorkSpaces.Model.UpdateWorkspacesPoolResponse). Specifying the name of a property of type Amazon.WorkSpaces.Model.UpdateWorkspacesPoolResponse 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) |
-TimeoutSettings_DisconnectTimeoutInSecond <
Int32>
Specifies the amount of time, in seconds, that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within the time set, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TimeoutSettings_DisconnectTimeoutInSeconds |
-TimeoutSettings_IdleDisconnectTimeoutInSecond <
Int32>
The amount of time in seconds a connection will stay active while idle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TimeoutSettings_IdleDisconnectTimeoutInSeconds |
-TimeoutSettings_MaxUserDurationInSecond <
Int32>
Specifies the maximum amount of time, in seconds, that a streaming session can remain active. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TimeoutSettings_MaxUserDurationInSeconds |