AppArgs

data class AppArgs(val authDomain: Output<String>? = null, val databaseType: Output<AppDatabaseType>? = null, val defaultCookieExpiration: Output<String>? = null, val dispatchRules: Output<List<UrlDispatchRuleArgs>>? = null, val featureSettings: Output<FeatureSettingsArgs>? = null, val iap: Output<IdentityAwareProxyArgs>? = null, val id: Output<String>? = null, val location: Output<String>? = null, val parent: Output<String>? = null, val serviceAccount: Output<String>? = null, val servingStatus: Output<AppServingStatus>? = null) : ConvertibleToJava<AppArgs>

Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/). Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Constructors

Link copied to clipboard
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)

Functions

Link copied to clipboard
open override fun toJava(): AppArgs

Properties

Link copied to clipboard
val authDomain: Output<String>? = null

Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.

Link copied to clipboard
val databaseType: Output<AppDatabaseType>? = null

The type of the Cloud Firestore or Cloud Datastore database associated with this application.

Link copied to clipboard
val defaultCookieExpiration: Output<String>? = null

Cookie expiration policy for this application.

Link copied to clipboard
val dispatchRules: Output<List<UrlDispatchRuleArgs>>? = null

HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.

Link copied to clipboard

The feature specific settings to be used in the application.

Link copied to clipboard
val iap: Output<IdentityAwareProxyArgs>? = null
Link copied to clipboard
val id: Output<String>? = null

Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: myapp.

Link copied to clipboard
val location: Output<String>? = null

Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).

Link copied to clipboard
val parent: Output<String>? = null

The project and location in which the application should be created, specified in the format projects//locations/

Link copied to clipboard
val serviceAccount: Output<String>? = null

The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.

Link copied to clipboard
val servingStatus: Output<AppServingStatus>? = null

Serving status of this application. //