Get App Spec
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)
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
Describes an environment variable made available to an app competent.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard