Interface CfnWorkspacesPoolPropsMixin.ICapacityProperty
Describes the user capacity for the pool.
Namespace: Amazon.CDK.Mixins.Preview.AWS.WorkSpaces.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnWorkspacesPoolPropsMixin.ICapacityProperty
Syntax (vb)
Public Interface CfnWorkspacesPoolPropsMixin.ICapacityProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.WorkSpaces.Mixins;
var capacityProperty = new CapacityProperty {
DesiredUserSessions = 123
};
Synopsis
Properties
| DesiredUserSessions | The desired number of user sessions for the WorkSpaces in the pool. |
Properties
DesiredUserSessions
The desired number of user sessions for the WorkSpaces in the pool.
double? DesiredUserSessions { get; }