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