Application

class Application : KotlinCustomResource

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.

Properties

Link copied to clipboard
val authDomain: Output<String>

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 codeBucket: Output<String>

Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.

Link copied to clipboard
val databaseType: Output<String>

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

Link copied to clipboard
val defaultBucket: Output<String>

Google Cloud Storage bucket that can be used by this application to store content.

Link copied to clipboard

Cookie expiration policy for this application.

Link copied to clipboard
val defaultHostname: Output<String>

Hostname used to reach this application, as resolved by App Engine.

Link copied to clipboard

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 gcrDomain: Output<String>

The Google Container Registry domain used for storing managed build docker images for this application.

Link copied to clipboard
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Full path to the Application resource in the API. Example: apps/myapp.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serviceAccount: Output<String>

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<String>

Serving status of this application.

Link copied to clipboard
val urn: Output<String>