v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1474216311.3 KB

Updates a specified app.

Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

post/#X-Amz-Target=OpsWorks_20130218.UpdateApp

Headers

X-Amz-Target'OpsWorks_20130218.UpdateApp' required

Request body

AppIdstring required

The app ID.

Namestring

The app name.

Descriptionstring

A description of the app.

Type'aws-flow-ruby' | 'java' | 'rails' | 'php' | 'nodejs' | 'static' | 'other'

The app type.

DomainsString[]

The app's virtual host settings, with multiple domains separated by commas. For example: <code>'www.example.com, example.com'</code>

EnableSslboolean

Whether SSL is enabled for the app.

Attributesobject

One or more user-defined key/value pairs to be added to the stack attributes.

Response

Success