ProjectArgs

data class ProjectArgs(val project: Output<String>? = null) : ConvertibleToJava<ProjectArgs>

{{% examples %}}

Example Usage

{{% /examples %}}

Import

Project can be imported using any of these accepted formats

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

Constructors

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

Functions

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

Properties

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.