Updates the specified fields for the specified stack
Source:R/appstream_operations.R
appstream_update_stack.RdUpdates the specified fields for the specified stack.
See https://www.paws-r-sdk.com/docs/appstream_update_stack/ for full documentation.
Usage
appstream_update_stack(
DisplayName = NULL,
Description = NULL,
Name,
StorageConnectors = NULL,
DeleteStorageConnectors = NULL,
RedirectURL = NULL,
FeedbackURL = NULL,
AttributesToDelete = NULL,
UserSettings = NULL,
ApplicationSettings = NULL,
AccessEndpoints = NULL,
EmbedHostDomains = NULL,
StreamingExperienceSettings = NULL,
ContentRedirection = NULL,
AgentAccessConfig = NULL
)Arguments
- DisplayName
The stack name to display.
- Description
The description to display.
- Name
[required] The name of the stack.
- StorageConnectors
The storage connectors to enable.
- DeleteStorageConnectors
Deletes the storage connectors currently enabled for the stack.
- RedirectURL
The URL that users are redirected to after their streaming session ends.
- FeedbackURL
The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
- AttributesToDelete
The stack attributes to delete.
- UserSettings
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
- ApplicationSettings
The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
- AccessEndpoints
The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to WorkSpaces Applications only through the specified endpoints.
- EmbedHostDomains
The domains where WorkSpaces Applications streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded WorkSpaces Applications streaming sessions.
- StreamingExperienceSettings
The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.
- ContentRedirection
Configuration for bidirectional URL redirection between the streaming session and the local client. Use HostToClient to redirect URLs from the remote desktop to the local browser.
- AgentAccessConfig
The configuration for agent access on the stack. Specify this to update agent access settings. To remove agent access, use AttributesToDelete with the AGENT_ACCESS_CONFIG value.