ProjectLocationArgs

data class ProjectLocationArgs(val locationId: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<ProjectLocationArgs>

{{% examples %}}

Example Usage

{{% /examples %}}

Import

ProjectLocation can be imported using any of these accepted formats

$ pulumi import gcp:firebase/projectLocation:ProjectLocation default projects/{{project}}
$ pulumi import gcp:firebase/projectLocation:ProjectLocation default {{project}}

Constructors

Link copied to clipboard
fun ProjectLocationArgs(locationId: Output<String>? = null, project: Output<String>? = null)

Functions

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

Properties

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

The ID of the default GCP resource location for the Project. The location must be one of the available GCP resource locations.

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

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