You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-appstream): This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
* <p>The desired number of streaming instances.</p>
1226
1226
*/
1227
-
DesiredInstances?: number;
1228
-
1229
-
/**
1230
-
* @public
1231
-
* <p>The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.</p>
1232
-
* <p>When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.</p>
* <p>The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.</p>
* <p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>
0 commit comments