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
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
The size of the root volume.
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
The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.
Link copied to clipboard
The size of the user storage.