WorkspaceRequest

Describes the information used to create 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 for the WorkSpace. You can use DescribeWorkspaceBundles to list the available bundles.

Link copied to clipboard

The identifier of the Directory Service directory for the WorkSpace. You can use DescribeWorkspaceDirectories to list the available directories.

Link copied to clipboard

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

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

The tags for the WorkSpace.

Link copied to clipboard

The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory 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 name of the user-decoupled WorkSpace.

Link copied to clipboard

The WorkSpace properties.

Functions

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