Environment

class Environment : KotlinCustomResource

Creates a new Environment. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

Use a container image to start the notebook instance.

Link copied to clipboard
val createTime: Output<String>

The time at which this environment was created.

Link copied to clipboard
val description: Output<String>

A brief description of this environment.

Link copied to clipboard
val displayName: Output<String>

Display name of this environment for the UI.

Link copied to clipboard
val environmentId: Output<String>

Required. User-defined unique ID of this environment. The environment_id must be 1 to 63 characters long and contain only lowercase letters, numeric characters, and dashes. The first character must be a lowercase letter and the last character cannot be a dash.

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

Name of this environment. Format: projects/{project_id}/locations/{location}/environments/{environment_id}

Link copied to clipboard

Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path. Example: "gs://path-to-file/file-name"

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Use a Compute Engine VM image to start the notebook instance.