Update Application
appregistry_update_application | R Documentation |
Updates an existing application with new attributes¶
Description¶
Updates an existing application with new attributes.
Usage¶
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.
Value¶
A list with the following syntax:
list(
application = list(
id = "string",
arn = "string",
name = "string",
description = "string",
creationTime = as.POSIXct(
"2015-01-01"
),
lastUpdateTime = as.POSIXct(
"2015-01-01"
),
tags = list(
"string"
),
applicationTag = list(
"string"
)
)
)