PoolCapacity constructor
const
PoolCapacity({
- required Input<
int> desiredUserSessions,
Creates a new PoolCapacity.
desiredUserSessions Desired number of user sessions for the WorkSpaces Pool.
Implementation
const PoolCapacity({
required this.desiredUserSessions,
});