Class: App

OpsWorks.App

new App()

Properties:
Name Type Description
AppSource AWSOpsWorksSourceType Required: No. Contains the information required to retrieve an app from a repository.Update requires: No interruption
Attributes Map Required: No. One or more user-defined key-value pairs to be added to the stack attributes bag.Update requires: No interruption
Description String Required: No. A description of the app.Update requires: No interruption
Domains String Required: No. The app virtual host settings, with multiple domains separated by commas. For example, 'www.example.com, example.com'.Update requires: No interruption
EnableSsl Boolean Required: No. Whether to enable SSL for this app.Update requires: No interruption
Environment AWSOpsWorksAppEnvironment Required: No. The environment variables to associate with the AWS OpsWorks app.Update requires: No interruption
Name String Required: Yes. The AWS OpsWorks app name.Update requires: No interruption
Shortname String Required: No. The app short name, which is used internally by AWS OpsWorks and by Chef recipes.Update requires: Replacement
SslConfiguration AWSOpsWorksSslConfigurationType Required: No. The SSL configurationUpdate requires: No interruption
StackId String Required: Yes. The AWS OpsWorks stack ID that this app will be associated with.Update requires: Replacement
Type String Required: Yes. The app type. Each supported type is associated with a particular layer. For more information, see CreateApp in the AWS OpsWorks API Reference.Update requires: No interruption
Source:

Extends

  • WKResource

OpsWorks.App

new App()

Properties:
Name Type Description
AppSource AWSOpsWorksSourceType Required: No. Contains the information required to retrieve an app from a repository.Update requires: No interruption
Attributes Map Required: No. One or more user-defined key-value pairs to be added to the stack attributes bag.Update requires: No interruption
Description String Required: No. A description of the app.Update requires: No interruption
Domains String Required: No. The app virtual host settings, with multiple domains separated by commas. For example, 'www.example.com, example.com'.Update requires: No interruption
EnableSsl Boolean Required: No. Whether to enable SSL for this app.Update requires: No interruption
Environment AWSOpsWorksAppEnvironment Required: No. The environment variables to associate with the AWS OpsWorks app.Update requires: No interruption
Name String Required: Yes. The AWS OpsWorks app name.Update requires: No interruption
Shortname String Required: No. The app short name, which is used internally by AWS OpsWorks and by Chef recipes.Update requires: Replacement
SslConfiguration AWSOpsWorksSslConfigurationType Required: No. The SSL configurationUpdate requires: No interruption
StackId String Required: Yes. The AWS OpsWorks stack ID that this app will be associated with.Update requires: Replacement
Type String Required: Yes. The app type. Each supported type is associated with a particular layer. For more information, see CreateApp in the AWS OpsWorks API Reference.Update requires: No interruption
Source:

Extends

  • WKResource