WorkspaceWorkspacePropertiesArgs

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

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

Properties

Link copied to clipboard
val computeTypeName: Output<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: Output<Int>? = null

The size of the root volume.

Link copied to clipboard
val runningMode: Output<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: Output<Int>? = null

The size of the user storage.

Functions

Link copied to clipboard
open override fun toJava(): WorkspaceWorkspacePropertiesArgs