PoolCapacity constructor

const PoolCapacity({
  1. required Input<int> desiredUserSessions,
})

Creates a new PoolCapacity. desiredUserSessions Desired number of user sessions for the WorkSpaces Pool.

Implementation

const PoolCapacity({
  required this.desiredUserSessions,
});