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: