Location Args
data class LocationArgs(val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<LocationArgs>
Represents a Location resource.
Import
Location can be imported using any of these accepted formats:
projects/{{project}}/locations/{{name}}
{{project}}/{{name}}
{{name}}
When using thepulumi import
command, Location can be imported using one of the formats above. For example:
$ pulumi import gcp:notebooks/location:Location default projects/{{project}}/locations/{{name}}
Content copied to clipboard
$ pulumi import gcp:notebooks/location:Location default {{project}}/{{name}}
Content copied to clipboard
$ pulumi import gcp:notebooks/location:Location default {{name}}
Content copied to clipboard