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 an application in the application catalog.

Inheritance Hierarchy

System.Object
  Amazon.AppStream.Model.Application

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

Syntax

C#
public class Application

The Application type exposes the following members

Constructors

NameDescription
Public Method Application()

Properties

NameTypeDescription
Public Property AppBlockArn System.String

Gets and sets the property AppBlockArn.

The app block ARN of the application.

Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the application.

Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The time at which the application was created within the app block.

Public Property Description System.String

Gets and sets the property Description.

The description of the application.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The application name to display.

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

If there is a problem, the application can be disabled after image creation.

Public Property IconS3Location Amazon.AppStream.Model.S3Location

Gets and sets the property IconS3Location.

The S3 location of the application icon.

Public Property IconURL System.String

Gets and sets the property IconURL.

The URL for the application icon. This URL might be time-limited.

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

Gets and sets the property InstanceFamilies.

The instance families for the application.

Public Property LaunchParameters System.String

Gets and sets the property LaunchParameters.

The arguments that are passed to the application at launch.

Public Property LaunchPath System.String

Gets and sets the property LaunchPath.

The path to the application executable in the instance.

Public Property Metadata System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Metadata.

Additional attributes that describe the application.

Public Property Name System.String

Gets and sets the property Name.

The name of the application.

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

Gets and sets the property Platforms.

The platforms on which the application can run.

Public Property WorkingDirectory System.String

Gets and sets the property WorkingDirectory.

The working directory for the application.

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