AppSpecArgs

constructor(alerts: Output<List<AppSpecAlertArgs>>? = null, databases: Output<List<AppSpecDatabaseArgs>>? = null, domainNames: Output<List<AppSpecDomainNameArgs>>? = null, domains: Output<List<String>>? = null, egresses: Output<List<AppSpecEgressArgs>>? = null, envs: Output<List<AppSpecEnvArgs>>? = null, features: Output<List<String>>? = null, functions: Output<List<AppSpecFunctionArgs>>? = null, ingress: Output<AppSpecIngressArgs>? = 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)