WorkspacesPoolCapacityArgs

data class WorkspacesPoolCapacityArgs(val desiredUserSessions: Output<Int>) : ConvertibleToJava<WorkspacesPoolCapacityArgs>

Constructors

Link copied to clipboard
constructor(desiredUserSessions: Output<Int>)

Properties

Link copied to clipboard

The desired number of user sessions for the WorkSpaces in the pool.

Functions

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