elasticbeanstalk_update_application {paws.compute} | R Documentation |
Updates the specified application to have the specified properties.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_update_application/ for full documentation.
elasticbeanstalk_update_application(ApplicationName, Description = NULL)
ApplicationName |
[required] The name of the application to update. If no such application is found,
|
Description |
A new description for the application. Default: If not specified, AWS Elastic Beanstalk does not update the description. |