WorkspaceWorkspaceProperties

data class WorkspaceWorkspaceProperties(val computeTypeName: String? = null, val rootVolumeSizeGib: Int? = null, val runningMode: String? = null, val runningModeAutoStopTimeoutInMinutes: Int? = null, val userVolumeSizeGib: Int? = null)

Constructors

Link copied to clipboard
constructor(computeTypeName: String? = null, rootVolumeSizeGib: Int? = null, runningMode: String? = null, runningModeAutoStopTimeoutInMinutes: Int? = null, userVolumeSizeGib: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val computeTypeName: String? = null

The compute type. For more information, see Amazon WorkSpaces Bundles. Valid values are VALUE, STANDARD, PERFORMANCE, POWER, GRAPHICS, POWERPRO, GRAPHICSPRO, GRAPHICS_G4DN, and GRAPHICSPRO_G4DN.

Link copied to clipboard
val rootVolumeSizeGib: Int? = null

The size of the root volume.

Link copied to clipboard
val runningMode: String? = null

The running mode. For more information, see Manage the WorkSpace Running Mode. Valid values are AUTO_STOP and ALWAYS_ON.

Link copied to clipboard

The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.

Link copied to clipboard
val userVolumeSizeGib: Int? = null

The size of the user storage.