Location

Represents a Location resource.

Import

Location can be imported using any of these accepted formats

$ pulumi import gcp:notebooks/location:Location default projects/{{project}}/locations/{{name}}
$ pulumi import gcp:notebooks/location:Location default {{project}}/{{name}}
$ pulumi import gcp:notebooks/location:Location default {{name}}

Properties

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

Name of the Location resource.

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

The URI of the created resource.

Link copied to clipboard
val urn: Output<String>