Workspace

class Workspace

Describes a WorkSpace.

Types

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

Properties

Link copied to clipboard

The identifier of the bundle used to create the WorkSpace.

Link copied to clipboard

The name of the WorkSpace, as seen by the operating system. The format of this name varies. For more information, see Launch a WorkSpace.

Link copied to clipboard

Indicates the settings of the data replication.

Link copied to clipboard

The identifier of the Directory Service directory for the WorkSpace.

Link copied to clipboard

The error code that is returned if the WorkSpace cannot be created.

Link copied to clipboard

The text of the error message that is returned if the WorkSpace cannot be created.

Link copied to clipboard

The IP address of the WorkSpace.

Link copied to clipboard

The modification states of the WorkSpace.

Link copied to clipboard

The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.

Link copied to clipboard

Indicates whether the data stored on the root volume is encrypted.

Link copied to clipboard

The properties of the standby WorkSpace

Link copied to clipboard

The operational state of the WorkSpace.

Link copied to clipboard

The identifier of the subnet for the WorkSpace.

Link copied to clipboard

The user for the WorkSpace.

Link copied to clipboard

Indicates whether the data stored on the user volume is encrypted.

Link copied to clipboard

The ARN of the symmetric KMS key used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.

Link copied to clipboard

The identifier of the WorkSpace.

Link copied to clipboard

The name of the user-decoupled WorkSpace.

Link copied to clipboard

The properties of the WorkSpace.

Functions

Link copied to clipboard
inline fun copy(block: Workspace.Builder.() -> Unit = {}): Workspace
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