appregistry_update_application: Updates an existing application with new attributes

View source: R/appregistry_operations.R

appregistry_update_applicationR 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.