WorkspaceSkuArgs

data class WorkspaceSkuArgs(val capacityReservationLevel: Output<Int>? = null, val name: Output<Either<String, WorkspaceSkuNameEnum>>) : ConvertibleToJava<WorkspaceSkuArgs>

The SKU (tier) of a workspace.

Constructors

Link copied to clipboard
constructor(capacityReservationLevel: Output<Int>? = null, name: Output<Either<String, WorkspaceSkuNameEnum>>)

Properties

Link copied to clipboard
val capacityReservationLevel: Output<Int>? = null

The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

Link copied to clipboard
val name: Output<Either<String, WorkspaceSkuNameEnum>>

The name of the SKU.

Functions

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