Workspace Workspace Properties Args
data class WorkspaceWorkspacePropertiesArgs(val computeTypeName: Output<String>? = null, val rootVolumeSizeGib: Output<Int>? = null, val runningMode: Output<String>? = null, val runningModeAutoStopTimeoutInMinutes: Output<Int>? = null, val userVolumeSizeGib: Output<Int>? = null) : ConvertibleToJava<WorkspaceWorkspacePropertiesArgs>
Constructors
Functions
Properties
Link copied to clipboard
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
Link copied to clipboard
The running mode. For more information, see Manage the WorkSpace Running Mode. Valid values are AUTO_STOP
and ALWAYS_ON
.
Link copied to clipboard