PoolTimeoutSetting class

Constructors

PoolTimeoutSetting({required Input<int> disconnectTimeoutInSeconds, required Input<int> idleDisconnectTimeoutInSeconds, required Input<int> maxUserDurationInSeconds})
Creates a new PoolTimeoutSetting. disconnectTimeoutInSeconds Time after disconnection when a user is logged out of their WorkSpace. Must be between 1 and 36000. idleDisconnectTimeoutInSeconds Time after inactivity when a user is disconnected from their WorkSpace. Must be between 1 and 36000. maxUserDurationInSeconds Maximum time that a user can be connected to their WorkSpace. Must be between 1 and 432000.
const
PoolTimeoutSetting.fromMap(Map<String, dynamic> map)
factory

Properties

disconnectTimeoutInSeconds → Input<int>
Time after disconnection when a user is logged out of their WorkSpace. Must be between 1 and 36000.
final
hashCode int
The hash code for this object.
no setterinherited
idleDisconnectTimeoutInSeconds → Input<int>
Time after inactivity when a user is disconnected from their WorkSpace. Must be between 1 and 36000.
final
maxUserDurationInSeconds → Input<int>
Maximum time that a user can be connected to their WorkSpace. Must be between 1 and 432000.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited