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 CreateApplication operation. Creates an application.

Applications are an Amazon AppStream 2.0 resource that stores the details about how to launch applications on Elastic fleet streaming instances. An application consists of the launch details, icon, and display name. Applications are associated with an app block that contains the application binaries and other files. The applications assigned to an Elastic fleet are the applications users can launch.

This is only supported for Elastic fleets.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateApplicationRequest : AmazonAppStreamRequest
         IAmazonWebServiceRequest

The CreateApplicationRequest type exposes the following members

Constructors

NameDescription
Public Method CreateApplicationRequest()

Properties

NameTypeDescription
Public Property AppBlockArn System.String

Gets and sets the property AppBlockArn.

The app block ARN to which the application should be associated

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 display name of the application. This name is visible to users in the application catalog.

Public Property IconS3Location Amazon.AppStream.Model.S3Location

Gets and sets the property IconS3Location.

The location in S3 of the application icon.

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

Gets and sets the property InstanceFamilies.

The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.

Public Property LaunchParameters System.String

Gets and sets the property LaunchParameters.

The launch parameters of the application.

Public Property LaunchPath System.String

Gets and sets the property LaunchPath.

The launch path of the application.

Public Property Name System.String

Gets and sets the property Name.

The name of the application. This name is visible to users when display name is not specified.

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

Gets and sets the property Platforms.

The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

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

Gets and sets the property Tags.

The tags assigned to the application.

Public Property WorkingDirectory System.String

Gets and sets the property WorkingDirectory.

The working directory of 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