Updates the specified application.
See https://www.paws-r-sdk.com/docs/appstream_update_application/ for full documentation.
Usage
appstream_update_application(
Name,
DisplayName = NULL,
Description = NULL,
IconS3Location = NULL,
LaunchPath = NULL,
WorkingDirectory = NULL,
LaunchParameters = NULL,
AppBlockArn = NULL,
AttributesToDelete = 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
The icon S3 location of the application.
- LaunchPath
The launch path of the application.
- WorkingDirectory
The working directory of the application.
- LaunchParameters
The launch parameters of the application.
- AppBlockArn
The ARN of the app block.
- AttributesToDelete
The attributes to delete for an application.