AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateStack operation. Updates the specified fields for the specified stack.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppStream.AmazonAppStreamRequest
      Amazon.AppStream.Model.UpdateStackRequest

Namespace: Amazon.AppStream.Model
Assembly: AWSSDK.AppStream.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateStackRequest : AmazonAppStreamRequest
         IAmazonWebServiceRequest

The UpdateStackRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateStackRequest()

Properties

NameTypeDescription
Public Property AccessEndpoints System.Collections.Generic.List<Amazon.AppStream.Model.AccessEndpoint>

Gets and sets the property AccessEndpoints.

The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

Public Property ApplicationSettings Amazon.AppStream.Model.ApplicationSettings

Gets and sets the property 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.

Public Property AttributesToDelete System.Collections.Generic.List<System.String>

Gets and sets the property AttributesToDelete.

The stack attributes to delete.

Public Property DeleteStorageConnectors System.Boolean

Gets and sets the property DeleteStorageConnectors.

Deletes the storage connectors currently enabled for the stack.

Public Property Description System.String

Gets and sets the property Description.

The description to display.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The stack name to display.

Public Property EmbedHostDomains System.Collections.Generic.List<System.String>

Gets and sets the property EmbedHostDomains.

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

Public Property FeedbackURL System.String

Gets and sets the property 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.

Public Property Name System.String

Gets and sets the property Name.

The name of the stack.

Public Property RedirectURL System.String

Gets and sets the property RedirectURL.

The URL that users are redirected to after their streaming session ends.

Public Property StorageConnectors System.Collections.Generic.List<Amazon.AppStream.Model.StorageConnector>

Gets and sets the property StorageConnectors.

The storage connectors to enable.

Public Property StreamingExperienceSettings Amazon.AppStream.Model.StreamingExperienceSettings

Gets and sets the property 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.

Public Property UserSettings System.Collections.Generic.List<Amazon.AppStream.Model.UserSetting>

Gets and sets the property UserSettings.

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5