GetWorkspaceResult

data class GetWorkspaceResult(val bundleId: String, val computerName: String, val directoryId: String, val id: String, val ipAddress: String, val rootVolumeEncryptionEnabled: Boolean, val state: String, val tags: Map<String, String>, val userName: String, val userVolumeEncryptionEnabled: Boolean, val volumeEncryptionKey: String, val workspaceId: String, val workspaceProperties: List<GetWorkspaceWorkspaceProperty>)

A collection of values returned by getWorkspace.

Constructors

Link copied to clipboard
constructor(bundleId: String, computerName: String, directoryId: String, id: String, ipAddress: String, rootVolumeEncryptionEnabled: Boolean, state: String, tags: Map<String, String>, userName: String, userVolumeEncryptionEnabled: Boolean, volumeEncryptionKey: String, workspaceId: String, workspaceProperties: List<GetWorkspaceWorkspaceProperty>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Name of the WorkSpace, as seen by the operating system.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

IP address of the WorkSpace.

Link copied to clipboard

Operational state of the WorkSpace.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard