Environment

class Environment : KotlinCustomResource

Create an environment resource. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

Environment creation time.

Link copied to clipboard
val description: Output<String>

Optional. Description of the environment.

Link copied to clipboard
val displayName: Output<String>

Optional. User friendly display name.

Link copied to clipboard

URI Endpoints to access sessions associated with the Environment.

Link copied to clipboard
val environmentId: Output<String>

Required. Environment identifier. * Must contain only lowercase letters, numbers and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the lake.

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

Infrastructure specification for the Environment.

Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. User defined labels for the environment.

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

The relative resource name of the environment, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}

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

Optional. Configuration for sessions created for this environment.

Link copied to clipboard

Status of sessions created for this environment.

Link copied to clipboard
val state: Output<String>

Current state of the environment.

Link copied to clipboard
val uid: Output<String>

System generated globally unique ID for the environment. This ID will be different if the environment is deleted and re-created with the same name.

Link copied to clipboard
val updateTime: Output<String>

The time when the environment was last updated.

Link copied to clipboard
val urn: Output<String>