appstream_update_application: Updates the specified application

View source: R/appstream_operations.R

appstream_update_applicationR Documentation

Updates the specified application

Description

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.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.