App

class App

A description of the app.

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 describes the app repository.

Link copied to clipboard

The stack attributes.

Link copied to clipboard

When the app was created.

Link copied to clipboard

The app's data sources.

Link copied to clipboard

A description of the app.

Link copied to clipboard

The app vhost 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 instances. 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 app stack ID.

Link copied to clipboard

The app type.

Functions

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