Location

class Location : KotlinCustomResource

Warning: gcp.notebooks.Location is deprecated and will be removed in a future major release. This resource is not functional. Represents a Location resource.

Import

Location can be imported using any of these accepted formats:

  • projects/{{project}}/locations/{{name}}

  • {{project}}/{{name}}

  • {{name}} When using the pulumi 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}}
$ 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>