Workstation

class Workstation : KotlinCustomResource

Creates a new workstation.

Properties

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

Client-specified annotations.

Link copied to clipboard
val createTime: Output<String>

Time when this resource was created.

Link copied to clipboard
val deleteTime: Output<String>

Time when this resource was soft-deleted.

Link copied to clipboard
val displayName: Output<String>

Human-readable name for this resource.

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

Environment variables passed to the workstation container's entrypoint.

Link copied to clipboard
val etag: Output<String>

Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.

Link copied to clipboard
val host: Output<String>

Host to which clients can send HTTPS traffic that will be received by the workstation. Authorized traffic will be received to the workstation as HTTP on port 80. To send traffic to a different port, clients may prefix the host with the destination port in the format {port}-{host}.

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

Client-specified labels that are applied to the resource and that are also propagated to the underlying Compute Engine resources.

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

Full name of this resource.

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 reconciling: Output<Boolean>

Indicates whether this resource is currently being updated to match its intended state.

Link copied to clipboard
val state: Output<String>

Current state of the workstation.

Link copied to clipboard
val uid: Output<String>

A system-assigned unique identified for this resource.

Link copied to clipboard
val updateTime: Output<String>

Time when this resource was most recently updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val workstationId: Output<String>

Required. ID to use for the workstation.