View source: R/opsworks_operations.R
opsworks_update_app | R Documentation |
Updates a specified app.
See https://www.paws-r-sdk.com/docs/opsworks_update_app/ for full documentation.
opsworks_update_app(
AppId,
Name = NULL,
Description = NULL,
DataSources = NULL,
Type = NULL,
AppSource = NULL,
Domains = NULL,
EnableSsl = NULL,
SslConfiguration = NULL,
Attributes = NULL,
Environment = NULL
)
AppId |
[required] The app ID. |
Name |
The app name. |
Description |
A description of the app. |
DataSources |
The app's data sources. |
Type |
The app type. |
AppSource |
A |
Domains |
The app's virtual host settings, with multiple domains separated by
commas. For example: |
EnableSsl |
Whether SSL is enabled for the app. |
SslConfiguration |
An |
Attributes |
One or more user-defined key/value pairs to be added to the stack attributes. |
Environment |
An array of There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variables' names, values, and protected flag values - cannot exceed 20 KB. This limit should accommodate most if not all use cases. Exceeding it will cause an exception with the message, "Environment: is too large (maximum is 20 KB)." If you have specified one or more environment variables, you cannot modify the stack's Chef version. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.