App Spec Args
data class AppSpecArgs(val alerts: Output<List<AppSpecAlertArgs>>? = null, val databases: Output<List<AppSpecDatabaseArgs>>? = null, val domainNames: Output<List<AppSpecDomainNameArgs>>? = null, val domains: Output<List<String>>? = null, val envs: Output<List<AppSpecEnvArgs>>? = null, val functions: Output<List<AppSpecFunctionArgs>>? = null, val jobs: Output<List<AppSpecJobArgs>>? = null, val name: Output<String>, val region: Output<String>? = null, val services: Output<List<AppSpecServiceArgs>>? = null, val staticSites: Output<List<AppSpecStaticSiteArgs>>? = null, val workers: Output<List<AppSpecWorkerArgs>>? = null) : ConvertibleToJava<AppSpecArgs>
Constructors
Link copied to clipboard
fun AppSpecArgs(alerts: Output<List<AppSpecAlertArgs>>? = null, databases: Output<List<AppSpecDatabaseArgs>>? = null, domainNames: Output<List<AppSpecDomainNameArgs>>? = null, domains: Output<List<String>>? = null, envs: Output<List<AppSpecEnvArgs>>? = null, functions: Output<List<AppSpecFunctionArgs>>? = null, jobs: Output<List<AppSpecJobArgs>>? = null, name: Output<String>, region: Output<String>? = null, services: Output<List<AppSpecServiceArgs>>? = null, staticSites: Output<List<AppSpecStaticSiteArgs>>? = null, workers: Output<List<AppSpecWorkerArgs>>? = null)