CreateAppRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Source object that specifies the app repository.

Link copied to clipboard

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

Link copied to clipboard

The app's data source.

Link copied to clipboard

A description of the app.

Link copied to clipboard

The app virtual host settings, with multiple domains separated by commas. For example: 'www.example.com, example.com'

Link copied to clipboard

Whether to enable SSL for the app.

Link copied to clipboard

An array of EnvironmentVariable objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instance. For more information, see Environment Variables.

Link copied to clipboard
val name: String?

The app name.

Link copied to clipboard

The app's short name.

Link copied to clipboard

An SslConfiguration object with the SSL configuration.

Link copied to clipboard

The stack ID.

Link copied to clipboard

The app type. Each supported type is associated with a particular layer. For example, PHP applications are associated with a PHP layer. OpsWorks Stacks deploys an application to those instances that are members of the corresponding layer. If your app isn't one of the standard types, or you prefer to implement your own Deploy recipes, specify other.

Functions

Link copied to clipboard
inline fun copy(block: CreateAppRequest.Builder.() -> Unit = {}): CreateAppRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String