WebApp

{{% examples %}}

Example Usage

{{% /examples %}}

Import

WebApp can be imported using any of these accepted formats

$ pulumi import gcp:firebase/webApp:WebApp default {{project}}/{{name}}
$ pulumi import gcp:firebase/webApp:WebApp default {{project}} {{name}}
$ pulumi import gcp:firebase/webApp:WebApp default {{name}}

Properties

Link copied to clipboard
val appId: Output<String>

The globally unique, Firebase-assigned identifier of the App. This identifier should be treated as an opaque token, as the data format is not specified.

Link copied to clipboard
val appUrls: Output<List<String>>

The URLs where the WebApp is hosted.

Link copied to clipboard
val deletionPolicy: Output<String>?

Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'. This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'ABANDON'

Link copied to clipboard
val displayName: Output<String>

The user-assigned display name of the App.

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

The fully qualified resource name of the App, for example: projects/projectId/webApps/appId

Link copied to clipboard
val project: Output<String>

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>