appregistry_update_application {paws.management} | R Documentation |
Updates an existing application with new attributes
Description
Updates an existing application with new attributes.
See https://www.paws-r-sdk.com/docs/appregistry_update_application/ for full documentation.
Usage
appregistry_update_application(application, name = NULL, description = NULL)
Arguments
application |
[required] The name, ID, or ARN of the application that will be updated. |
name |
Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates. |
description |
The new description of the application. |
[Package paws.management version 0.9.0 Index]