GetAppSpec

data class GetAppSpec(val alerts: List<GetAppSpecAlert>? = null, val databases: List<GetAppSpecDatabase>? = null, val domain: List<GetAppSpecDomain>, val domains: List<String>, val egresses: List<GetAppSpecEgress>? = null, val envs: List<GetAppSpecEnv>? = null, val features: List<String>, val functions: List<GetAppSpecFunction>? = null, val ingress: GetAppSpecIngress, val jobs: List<GetAppSpecJob>? = null, val name: String, val region: String? = null, val services: List<GetAppSpecService>? = null, val staticSites: List<GetAppSpecStaticSite>? = null, val workers: List<GetAppSpecWorker>? = null)

Constructors

Link copied to clipboard
constructor(alerts: List<GetAppSpecAlert>? = null, databases: List<GetAppSpecDatabase>? = null, domain: List<GetAppSpecDomain>, domains: List<String>, egresses: List<GetAppSpecEgress>? = null, envs: List<GetAppSpecEnv>? = null, features: List<String>, functions: List<GetAppSpecFunction>? = null, ingress: GetAppSpecIngress, jobs: List<GetAppSpecJob>? = null, name: String, region: String? = null, services: List<GetAppSpecService>? = null, staticSites: List<GetAppSpecStaticSite>? = null, workers: List<GetAppSpecWorker>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes an alert policy for the component.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val envs: List<GetAppSpecEnv>? = null

Describes an environment variable made available to an app competent.

Link copied to clipboard

List of features which is applied to the app

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val jobs: List<GetAppSpecJob>? = null
Link copied to clipboard

The name of the component.

Link copied to clipboard
val region: String? = null

The slug for the DigitalOcean data center region hosting the app

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard