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 the persistent application settings for users of a stack.

Inheritance Hierarchy

System.Object
  Amazon.AppStream.Model.ApplicationSettingsResponse

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

Syntax

C#
public class ApplicationSettingsResponse

The ApplicationSettingsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Specifies whether persistent application settings are enabled for users during their streaming sessions.

Public Property S3BucketName System.String

Gets and sets the property S3BucketName.

The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.

Public Property SettingsGroup System.String

Gets and sets the property SettingsGroup.

The path prefix for the S3 bucket where users’ persistent application settings are stored.

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