Creates an application.
See https://www.paws-r-sdk.com/docs/appstream_create_application/ for full documentation.
appstream_create_application(
Name,
DisplayName = NULL,
Description = NULL,
IconS3Location,
LaunchPath,
WorkingDirectory = NULL,
LaunchParameters = NULL,
Platforms,
InstanceFamilies,
AppBlockArn,
Tags = NULL
)
[required] The name of the application. This name is visible to users when display name is not specified.
The display name of the application. This name is visible to users in the application catalog.
The description of the application.
[required] The location in S3 of the application icon.
[required] The launch path of the application.
The working directory of the application.
The launch parameters of the application.
[required] The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.
[required] The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.
[required] The app block ARN to which the application should be associated
The tags assigned to the application.