App Args
fun AppArgs(authDomain: Output<String>? = null, databaseType: Output<AppDatabaseType>? = 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, parent: Output<String>? = null, serviceAccount: Output<String>? = null, servingStatus: Output<AppServingStatus>? = null)