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.

Describes a stack.

Inheritance Hierarchy

System.Object
  Amazon.AppStream.Model.Stack

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

Syntax

C#
public class Stack

The Stack type exposes the following members

Constructors

NameDescription
Public Method Stack()

Properties

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

Gets and sets the property AccessEndpoints.

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

Public Property ApplicationSettings Amazon.AppStream.Model.ApplicationSettingsResponse

Gets and sets the property ApplicationSettings.

The persistent application settings for users of the stack.

Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the stack.

Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The time the stack was created.

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 StackErrors System.Collections.Generic.List<Amazon.AppStream.Model.StackError>

Gets and sets the property StackErrors.

The errors for the stack.

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