View source: R/appregistry_operations.R
appregistry_update_application | R Documentation |
Updates an existing application with new attributes.
See https://www.paws-r-sdk.com/docs/appregistry_update_application/ for full documentation.
appregistry_update_application(application, name = NULL, description = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.