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 CreateStack operation. Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateStackRequest : AmazonAppStreamRequest
         IAmazonWebServiceRequest

The CreateStackRequest type exposes the following members

Constructors

NameDescription
Public Method CreateStackRequest()

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 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 click 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 Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \ - @

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

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