Interface CfnWorkspacesPool.CapacityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspacesPool.CapacityProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspacesPool
@Stability(Stable)
public static interface CfnWorkspacesPool.CapacityProperty
extends software.amazon.jsii.JsiiSerializable
Describes the user capacity for the pool.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.workspaces.*;
CapacityProperty capacityProperty = CapacityProperty.builder()
.desiredUserSessions(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspacesPool.CapacityPropertystatic final classAn implementation forCfnWorkspacesPool.CapacityProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The desired number of user sessions for the WorkSpaces in the pool.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDesiredUserSessions
The desired number of user sessions for the WorkSpaces in the pool.- See Also:
-
builder
-