UpdateAppRequest

Types

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

Properties

Link copied to clipboard

The app ID.

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 sources.

Link copied to clipboard

A description of the app.

Link copied to clipboard

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

Link copied to clipboard

Whether SSL is enabled 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 instances.For more information, see Environment Variables.

Link copied to clipboard
val name: String?

The app name.

Link copied to clipboard

An SslConfiguration object with the SSL configuration.

Link copied to clipboard

The app type.

Functions

Link copied to clipboard
inline fun copy(block: UpdateAppRequest.Builder.() -> Unit = {}): UpdateAppRequest
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