WorkstationConfig

class WorkstationConfig : KotlinCustomResource

Creates a new workstation configuration.

Properties

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

Client-specified annotations.

Link copied to clipboard

Status conditions describing the current resource state.

Link copied to clipboard

Container that will be run for each workstation using this configuration when that workstation is started.

Link copied to clipboard
val createTime: Output<String>

Time when this resource was created.

Link copied to clipboard
val degraded: Output<Boolean>

Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the conditions field.

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

Whether to enable linux auditd logging on the workstation. When enabled, a service account must also be specified that has logging.buckets.write permission on the project. Operating system audit logging is distinct from Cloud Audit Logs.

Link copied to clipboard

Immutable. Encrypts resources of this workstation configuration using a customer-managed encryption key. If specified, the boot disk of the Compute Engine instance and the persistent disk are encrypted using this encryption key. If this field is not set, the disks are encrypted using a generated key. Customer-managed encryption keys do not protect disk metadata. If the customer-managed encryption key is rotated, when the workstation instance is stopped, the system attempts to recreate the persistent disk with the new version of the key. Be sure to keep older versions of the key until the persistent disk is recreated. Otherwise, data on the persistent disk will be lost. If the encryption key is revoked, the workstation session will automatically be stopped within 7 hours. Immutable after the workstation configuration is created.

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<HostResponse>

Runtime host for the workstation.

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

How long to wait before automatically stopping an instance that hasn't received any user traffic. A value of 0 indicates that this instance should never time out due to idleness. Defaults to 20 minutes.

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

Directories to persist across workstation sessions.

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

Readiness checks to perform when starting a workstation using this workstation configuration. Mark a workstation as running only after all specified readiness checks return 200 status codes.

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 runningTimeout: Output<String>

How long to wait before automatically stopping a workstation after it started. A value of 0 indicates that workstations using this configuration should never time out. Must be greater than 0 and less than 24 hours if encryption_key is set. Defaults to 12 hours.

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

Required. ID to use for the workstation configuration.