ApplicationArgs

fun ApplicationArgs(authDomain: Output<String>? = null, databaseType: Output<ApplicationDatabaseType>? = null, defaultCookieExpiration: Output<String>? = null, dispatchRules: Output<List<UrlDispatchRuleArgs>>? = null, featureSettings: Output<FeatureSettingsArgs>? = null, iap: Output<IdentityAwareProxyArgs>? = null, id: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, serviceAccount: Output<String>? = null, servingStatus: Output<ApplicationServingStatus>? = null)