Location

class Location : KotlinCustomResource

Represents a Location resource.

Import

Location can be imported using any of these accepted formats* projects/{{project}}/locations/{{name}} * {{project}}/{{name}} * {{name}} In Terraform v1.5.0 and later, use an import block to import Location using one of the formats above. For exampletf import { id = "projects/{{project}}/locations/{{name}}" to = google_notebooks_location.default }

$ pulumi import gcp:notebooks/location:Location When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), Location can be imported using one of the formats above. For example
$ 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
val pulumiChildResources: Set<KotlinResource>
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>