v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465286243.1 KB

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.

post/#X-Amz-Target=PhotonAdminProxyService.CreateApplication

Headers

X-Amz-Target'PhotonAdminProxyService.CreateApplication' required

Request body

Namestring required

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

DisplayNamestring

The display name of the application. This name is visible to users in the application catalog.

Descriptionstring

The description of the application.

LaunchPathstring required

The launch path of the application.

WorkingDirectorystring

The working directory of the application.

LaunchParametersstring

The launch parameters of the application.

PlatformsPlatformType[] required

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

InstanceFamiliesString[] required

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

AppBlockArnstring required

The app block ARN to which the application should be associated

Tagsobject

The tags assigned to the application.

Response

Success