CreateWorkspaceInstanceRequest

Defines the configuration parameters for creating a new WorkSpaces Instance.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique token to ensure idempotent instance creation, preventing duplicate workspace launches.

Link copied to clipboard

Comprehensive configuration settings for the WorkSpaces Instance, including network, compute, and storage parameters.

Link copied to clipboard
val tags: List<Tag>?

Optional metadata tags for categorizing and managing WorkSpaces Instances.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String